pub type BoxedWrite = Box<dyn AsyncWrite + Unpin + Send>;
Type alias for boxed write stream (supports both TLS and plain TCP)
pub struct BoxedWrite(/* private fields */);