cursive_tree_view
cursive_tree_view copied to clipboard
Grab items from tree without draining
I notice you have a take_items method that I need to grab the data from the tree. Is it possible to grab the data with draining the values ? I won't the tree to remain filled with data.
Thanks