[][src]Function sval::stream

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

Stream the structure of a Value using the given Stream.

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