pub type LiteralKeyStringMapContext = StringMapContext<&'static str, str>;
Expand description
A StringMapContext<K, KB>
which uses &'static str
as its keys.
Aliased Typeยง
pub struct LiteralKeyStringMapContext { /* private fields */ }
pub type LiteralKeyStringMapContext = StringMapContext<&'static str, str>;
A StringMapContext<K, KB>
which uses &'static str
as its keys.
pub struct LiteralKeyStringMapContext { /* private fields */ }