Skip to main content

TreeNodeRef

Type Alias TreeNodeRef 

Source
pub type TreeNodeRef = Arc<RwLock<TreeNode>>;
Expand description

Reference to a tree node.

Aliased Typeยง

pub struct TreeNodeRef { /* private fields */ }