Trait adapton::catalog::collections::MapIntro [] [src]

pub trait MapIntro<Dom, Cod>: Debug + Hash + PartialEq + Eq + Clone + 'static {
    fn empty() -> Self;
    fn update(map: Self, d: Dom, c: Cod) -> Self;
}

Required Methods

Implementors