pub type NodePool = Pool<Node, NodeContainer>;
A helper type alias for node pool.
pub struct NodePool { /* private fields */ }