pub type StreamWriter<T> = RawStreamWriter<&'static StreamVtable<T>>;Available on crate feature
async only.Expand description
Represents the writable end of a Component Model stream.
Aliased Typeยง
pub struct StreamWriter<T> { /* private fields */ }