pub trait FoldableExtEq<A>: Foldable<A> + Sizedwhere
    A: PartialEq,
{ fn elem(self, search_for: A) -> bool { ... } }

Provided Methods§

Implementations on Foreign Types§

Implementors§