pub fn node(
ui: &mut Ui,
row: TreeRow<'_>,
add_right: impl FnOnce(&mut Ui),
) -> NodeResponseExpand description
Draw ONE tree row and return what was interacted with. add_right fills the
right-aligned content area (timing + delete, field inputs, a Select button…).