pub type TreeNodeRef = Arc<RwLock<TreeNode>>;
Reference to a tree node.
pub struct TreeNodeRef { /* private fields */ }