Module source

Source
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§

Source
A source of key-values.
VisitSource
A visitor for the key-value pairs in a Source.