StreamRef

Type Alias StreamRef 

Source
pub type StreamRef<'cglue_a, CGlueAItem> = StreamBaseRef<'cglue_a, c_void, CGlueAItem>;
Expand description

Opaque by-ref CGlue trait object for trait Stream.

Aliased Typeยง

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