pub type BoxedRead = Box<dyn AsyncRead + Unpin + Send>;
Type alias for boxed read stream (supports both TLS and plain TCP)
pub struct BoxedRead(/* private fields */);