pub fn value_computed<'a, 'b>(
    stream: &mut (impl Stream<'a> + ?Sized),
    v: &'b (impl Value + ?Sized)
) -> Result
Expand description

Recurse into a nested value, borrowed for some arbitrarily short lifetime.