Trait broccoli_tree::splitter::Splitter
source · [−]Expand description
A trait that gives the user callbacks at events in a recursive algorithm on the tree. The main motivation behind this trait was to track the time spent taken at each level of the tree during construction.