pub type Metadata = HashMap<String, MetadataValue>;
Metadata type for storing arbitrary key-value pairs
pub struct Metadata { /* private fields */ }