Skip to main content

tree

Function tree 

Source
pub fn tree<R>(state: &Entity<TreeState>, render_item: R) -> Tree
where R: Fn(usize, &TreeEntry, bool, &mut Window, &mut App) -> ListItem + 'static,
Expand description

Create a Tree.