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

Trait object type for AsyncWrite instance.