Expand description
Sources for key-values.
This module defines the Source
type and supporting APIs for
working with collections of key-values.
Re-exports§
pub use VisitSource as Visitor;
Traits§
- A source of key-values.
- A visitor for the key-value pairs in a
Source
.