Type Alias NodeRef

Source
type NodeRef = Rc<RefCell<TreeNodeInner>>;

Aliased Typeยง

struct NodeRef { /* private fields */ }