Type Alias ContextMap

Source
pub type ContextMap<'a> = HashMap<&'a str, &'a str>;
Available on crate feature std only.

Aliased Typeยง

pub struct ContextMap<'a> { /* private fields */ }