BoxedRead

Type Alias BoxedRead 

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

Type alias for boxed read stream (supports both TLS and plain TCP)

Aliased Typeยง

pub struct BoxedRead(/* private fields */);