pub type ContextMap<'a> = HashMap<&'a str, &'a str>;
std
pub struct ContextMap<'a> { /* private fields */ }