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

Trait object type for AsyncRead instance.