pub type RawRecv = Box<dyn AsyncRead + Unpin + Send, Global>;
Expand description

Trait object type for AsyncRead instance.