Type Alias ContextMap

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

Type alias for context key-value pairs

Aliased Typeยง

pub struct ContextMap { /* private fields */ }