Trait sval::value::Value

source ·
pub trait Value {
    fn stream(&self, stream: &mut Stream<'_>) -> Result<(), Error>;
}
Expand description

A value with a streamable structure.

Use the sval::stream function to stream a value.

Required Methods

Stream this value.

Implementations on Foreign Types

Implementors