Expand description
A variant of sval::Stream
for cases where a recursive API is needed.
Modules§
- Default method implementations for the
Stream
trait.
Structs§
- An error encountered buffering data.
- Adapt an
sval::Value
into aValueRef
. - A placeholder for a kind of value that isn’t supported by a particular stream.
Traits§
- A recursive variant of
sval::Stream
. - A stream for an enum.
- A stream for a map.
- A stream for a record.
- A stream for a sequence.
- A stream for a tuple.
- A producer of structured data that stores a reference internally.
Functions§
- Stream a value through a stream.
- Stream a value through a stream with an arbitrarily short lifetime.
- Stream a value through a stream.
Type Aliases§
- A generic streaming result.