Type Alias PhfStrMap

Source
pub type PhfStrMap = OrderedMap<&'static str, &'static str>;
Available on crate feature phf only.

Aliased Typeยง

pub struct PhfStrMap {}