StreamBox

Type Alias StreamBox 

Source
pub type StreamBox<'cglue_a, CGlueAItem> = StreamBaseBox<'cglue_a, c_void, CGlueAItem>;
Expand description

Opaque Boxed CGlue trait object for trait Stream.

Aliased Typeยง

pub struct StreamBox<'cglue_a, CGlueAItem> { /* private fields */ }