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

Trait object type for AsyncRead instance.

Aliased Type§

struct RawRecv(/* private fields */);