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