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
. - Visit
Value - A visitor for a
Value
.