State

Type Alias State 

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

Graph state - a map of channel names to values

Aliased Typeยง

pub struct State { /* private fields */ }