Type Alias NodePtr

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

Aliased Typeยง

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