StreamReader

Type Alias StreamReader 

Source
pub type StreamReader<T> = RawStreamReader<&'static StreamVtable<T>>;
Available on crate feature async only.
Expand description

Represents the readable end of a Component Model stream.

Aliased Typeยง

pub struct StreamReader<T> { /* private fields */ }