pub type MetaMap = BTreeMap<String, MetadataValue>;Expand description
A map of metadata key-value pairs, sorted by key.
Aliased Typeยง
struct MetaMap { /* private fields */ }pub type MetaMap = BTreeMap<String, MetadataValue>;A map of metadata key-value pairs, sorted by key.
struct MetaMap { /* private fields */ }