pub type MetadataMap = HashMap<String, String>;
Type alias for a map of metadata key-value pairs.
struct MetadataMap { /* private fields */ }