Function adapton::collection_algo::tree_filter [] [src]

pub fn tree_filter<A: Adapton, X: Hash + Clone, T: TreeT<A, X>, F>(st: &mut A, tree: T::Tree, f: &F) -> T::Tree where F: Fn(&mut A, &X) -> bool