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

pub trait SetIntro<X>: Debug + Hash + PartialEq + Eq + Clone + 'static {
    fn empty() -> Self;
    fn add(_: Self, e: X) -> Self;
}

Required Methods

Implementors