Trait SearchContext
tree_automata::bottom_up::width_search
pub trait SearchContext: Clone + Display + Debug { fn looping(&self) -> bool; }
fn looping(&self) -> bool