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

Trait object type for AsyncWrite instance.