BoxedWriter

Type Alias BoxedWriter 

Source
pub type BoxedWriter = Box<dyn AsyncWrite + Unpin + Send>;
Expand description

Test-only convenience: own a Box directly. Tests construct one via make_shared_writer(Box::new(duplex_a)).

Aliased Typeยง

pub struct BoxedWriter(/* private fields */);