Function sval_ref::stream_ref

source ·
pub fn stream_ref<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    value: impl ValueRef<'sval>
) -> Result
Expand description

Stream a value through a stream.