Type Alias ConditionMap

Source
pub type ConditionMap = BTreeMap<String, StringLikeList<String>>;
Expand description

A map of condition variables to their allowed values.

Aliased Typeยง

pub struct ConditionMap { /* private fields */ }