pub fn flatten_to_seq<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    value: &'sval (impl Value + ?Sized)
) -> Result
Expand description

Flatten the fields of a value onto a sequence.