pub type Metadata = HashMap<String, MetadataValue>;Aliased Type§
pub struct Metadata { /* private fields */ }Trait Implementations§
Source§impl TryFrom<UpdateMetadata> for Metadata
impl TryFrom<UpdateMetadata> for Metadata
Source§type Error = MetadataValueConversionError
type Error = MetadataValueConversionError
The type returned in the event of a conversion error.