Skip to main content

ContextConfig

Type Alias ContextConfig 

Source
pub type ContextConfig = BTreeMap<String, ContextFieldDef>;
Expand description

Map of context key -> field definition.

Aliased Typeยง

pub struct ContextConfig { /* private fields */ }