Skip to main content

SharedOutput

Type Alias SharedOutput 

Source
pub type SharedOutput = Arc<Mutex<dyn Write + Send>>;
Expand description

Shared writer half: mutex-guarded Write behind an Arc.

Aliased Typeยง

pub struct SharedOutput { /* private fields */ }