pub type RawSend = Box<dyn AsyncWrite + Unpin + Send + 'static, Global>;
Expand description

Trait object type for AsyncWrite instance.