Module with_parent

Source

Structs§

Node
Representation of a tree node, which has an id, a Vec of children, as well as a Weak reference to its parent
Rc
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
RefCell
A mutable memory location with dynamically checked borrow rules
UnsafeTreeNode
Weak
Weak is a version of Rc that holds a non-owning reference to the managed allocation.