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

Trait object type for AsyncWrite instance.

Aliased Type§

struct RawSend(/* private fields */);