pub type RequestMetadata = Option<HashMap<&'static str, &'static str>>;
pub enum RequestMetadata { None, Some(HashMap<&'static str, &'static str>), }
No value.
Some value of type T.
T