pub type Stream = Box<dyn IO>;
The type of any established transport layer connection
pub struct Stream(/* private fields */);