pub type State = HashMap<String, Value>;
graph
Graph state - a map of channel names to values
pub struct State { /* private fields */ }