LiteralKeyStringMapContext

Type Alias LiteralKeyStringMapContext 

Source
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 */ }