Trait iter_tree::prelude::Controller
source · pub trait Controller<T> {
// Required method
fn control_branch(&mut self, item: &T) -> BranchControl;
}
pub trait Controller<T> {
// Required method
fn control_branch(&mut self, item: &T) -> BranchControl;
}