Type Alias ContextMap

Source
pub type ContextMap = HashMap<String, ContextValue>;
Expand description

Type alias for context key-value pairs

Aliased Typeยง

struct ContextMap { /* private fields */ }