Skip to main content

State

Type Alias State 

Source
pub type State = BTreeMap<String, Value>;
Expand description

A binding of every variable the specification declares.

Aliased Typeยง

pub struct State { /* private fields */ }