Skip to main content

build_structure_tree

Function build_structure_tree 

Source
pub fn build_structure_tree<F>(
    ui: &mut Ui,
    structures: &[(String, String, bool)],
    on_toggle: F,
)
where F: FnMut(&str, &str, bool),
Expand description

Builds the structure tree section.