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