Type Alias NodePool

Source
pub type NodePool = Pool<Node, NodeContainer>;
Expand description

A helper type alias for node pool.

Aliased Typeยง

pub struct NodePool { /* private fields */ }