RequestMetadata

Type Alias RequestMetadata 

Source
pub type RequestMetadata = Option<HashMap<&'static str, &'static str>>;

Aliased Type§

pub enum RequestMetadata {
    None,
    Some(HashMap<&'static str, &'static str>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(HashMap<&'static str, &'static str>)

Some value of type T.