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