Struct tui_tree_widget::TreeState [−][src]
pub struct TreeState { /* fields omitted */ }Implementations
Open a tree node.
Returns true if the node was closed and has been opened.
Returns false if the node was already open.
Close a tree node.
Returns true if the node was open and has been closed.
Returns false if the node was already closed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeState
impl UnwindSafe for TreeState
Blanket Implementations
Mutably borrows from an owned value. Read more