StateNodeConnections

Type Alias StateNodeConnections 

Source
pub type StateNodeConnections<T> = HashMap<NodeId, StateNode<T>>;
Expand description

Type alias for the connections map

Aliased Typeยง

pub struct StateNodeConnections<T> { /* private fields */ }