Module value

Source
Expand description

Structured values.

This module defines the Value type and supporting APIs for capturing and serializing them.

Re-exports§

pub use crate::kv::Error;
pub use VisitValue as Visit;

Structs§

Value
A value in a key-value.

Traits§

ToValue
A type that can be converted into a Value.
VisitValue
A visitor for a Value.