pub type State = BTreeMap<String, Value>;
A binding of every variable the specification declares.
pub struct State { /* private fields */ }