Skip to main content

BoxDuplexStream

Type Alias BoxDuplexStream 

Source
pub type BoxDuplexStream = Box<dyn DuplexStreamHandle>;
Expand description

Boxed bidirectional stream trait object used by the native blocking API.

Aliased Typeยง

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