[][src]Module sval::stream

A stream for datastructures.

Re-exports

pub use self::stack::Stack;

Modules

stack

A fixed-size, stateful stack for streams.

Structs

Arguments

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.

Error

An error encountered while visiting a value.

OwnedStream

An owned stream wrapper.

RefMutStream

A borrowed stream wrapper.

Traits

Stream

A receiver for the structure of a value.

Type Definitions

Result

The type returned by streaming methods.