Function sval::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.