BoxedWrite

Type Alias BoxedWrite 

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

Type alias for boxed write stream (supports both TLS and plain TCP)

Aliased Typeยง

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