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

Trait object type for AsyncRead instance.