Type Definition libnotcurses_sys::widgets::NcTreeItemCb
source · pub type NcTreeItemCb = fn(_: &mut NcPlane, _: &str, _: i32);Expand description
An NcTreeItem callback function.
pub type NcTreeItemCb = fn(_: &mut NcPlane, _: &str, _: i32);An NcTreeItem callback function.