Writer

Type Alias Writer 

Source
pub type Writer = Arc<Mutex<Box<dyn AsyncWritePlus>>>;

Aliased Typeยง

pub struct Writer { /* private fields */ }