pub fn stream_ref<'sval>( stream: &mut (impl Stream<'sval> + ?Sized), value: impl ValueRef<'sval>, ) -> Result
Stream a value through a stream.