Type Definition scratchstack_aspen::ConditionMap
source · [−]pub type ConditionMap = BTreeMap<String, StringLikeList<String>>;Expand description
A map of condition variables to their allowed values.
pub type ConditionMap = BTreeMap<String, StringLikeList<String>>;A map of condition variables to their allowed values.