Stream

Type Alias Stream 

Source
pub type Stream = Box<dyn IO>;
Expand description

The type of any established transport layer connection

Aliased Typeยง

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