Skip to main content

BoxSendStream

Type Alias BoxSendStream 

Source
pub type BoxSendStream = Box<dyn SendStreamHandle>;
Expand description

Boxed send-only stream trait object used by the native blocking API.

Aliased Typeยง

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