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

A map of condition variables to their allowed values.