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

Trait object type for AsyncRead instance.