[][src]Function sval::stream

pub fn stream<S>(stream: S, value: impl Value) -> Result<S, Error> where
    S: Stream

Stream the structure of a Value using the given Stream.

This method is a convenient way of calling OwnedStream::stream.