Module sval::stream

source ·
Expand description

A stream for datastructures.

Re-exports

pub use self::stack::Stack;

Modules

A fixed-size, stateful stack for streams.

Structs

This structure represents a safely precompiled version of a format string and its arguments. This cannot be generated at runtime because it cannot safely be done, so no constructors are given and the fields are private to prevent modification.
An error encountered while visiting a value.

Traits

A value stream.