Type Alias NodePtr

Source
pub type NodePtr<T> = Box<CountNode<T>>;

Aliased Typeยง

pub struct NodePtr<T>(/* private fields */);