pub type StateNodeConnections<T> = HashMap<NodeId, StateNode<T>>;
Type alias for the connections map
pub struct StateNodeConnections<T> { /* private fields */ }