Trait adapton::catalog::collections::trie::SetElim [] [src]

pub trait SetElim<X>: Debug + Hash + PartialEq + Eq + Clone + 'static {
    fn mem(_: &Self, _: &X) -> bool;
    fn fold<Res, F>(_: Self, _: Res, _: Rc<F>) -> Res
    where
        F: Fn(X, Res) -> Res
; }

Required Methods

Implementors