stream

Function stream 

Source
pub fn stream<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    value: &'sval (impl Value + ?Sized),
) -> Result
Expand description

Stream a value through a stream.