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

Trait object type for AsyncRead instance.

Aliased Type§

struct RawRecv(/* private fields */);