Macro tree_decorator::end_all_tree_items[][src]

macro_rules! end_all_tree_items {
    () => { ... };
}
Expand description

Close all opened blocks

As the usage of tree_decorator is immediate, we can’t know when a block should ends without it been explicit stated.

To the cases where a tree_item! doesn’t applies anymore and it should close blocks, this should be used.