pub type ContextMap = HashMap<String, ContextValue>;Expand description
Type alias for context key-value pairs
Aliased Typeยง
struct ContextMap { /* private fields */ }pub type ContextMap = HashMap<String, ContextValue>;Type alias for context key-value pairs
struct ContextMap { /* private fields */ }