metadata_gen

Type Alias MetadataMap

Source
pub type MetadataMap = HashMap<String, String>;
Expand description

Type alias for a map of metadata key-value pairs.

Aliased Typeยง

struct MetadataMap { /* private fields */ }