stream_computed

Function stream_computed 

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

Stream a value through a stream with an arbitrarily short lifetime.