pub fn stream_computed<'sval>( stream: &mut (impl Stream<'sval> + ?Sized), value: impl Value, ) -> Result
Stream a value through a stream with an arbitrarily short lifetime.