Type Alias MetaMap

Source
pub type MetaMap = BTreeMap<String, MetadataValue>;
Expand description

A map of metadata key-value pairs, sorted by key.

Aliased Typeยง

struct MetaMap { /* private fields */ }