[][src]Trait azure_sdk_core::MetadataSupport

pub trait MetadataSupport<'a> {
    type O;
    fn with_metadata(self, metadata: &'a HashMap<&'a str, &'a str>) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_metadata(self, metadata: &'a HashMap<&'a str, &'a str>) -> Self::O

Loading content...

Implementors

Loading content...