pub type ConditionMap = BTreeMap<String, StringLikeList<String>>;
A map of condition variables to their allowed values.
pub struct ConditionMap { /* private fields */ }