Metadata

Type Alias Metadata 

Source
pub type Metadata = HashMap<String, MetadataValue>;

Aliased Type§

pub struct Metadata { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<UpdateMetadata> for Metadata

Source§

type Error = MetadataValueConversionError

The type returned in the event of a conversion error.
Source§

fn try_from(proto_metadata: UpdateMetadata) -> Result<Self, Self::Error>

Performs the conversion.