Type Alias StreamReader
pub type StreamReader<T> = RawStreamReader<&'static StreamVtable<T>>;Expand description
The component-model byte-stream reader, as returned by Aead::seal and
friends and accepted by DataSource.
Represents the readable end of a Component Model stream.
Aliased Typeยง
pub struct StreamReader<T> { /* private fields */ }