States

Type Alias States 

Source
pub type States = Map<String, Set<String>>;
Expand description

A type alias for a hash map of states, where keys are variable names and values are sets of states.

Aliased Typeยง

pub struct States { /* private fields */ }