Trait crdts::map::Val[][src]

pub trait Val<A: Ord>: Clone + Default + ResetRemove<A> + CmRDT { }

Val Trait alias to reduce redundancy in type decl.

Implementors

impl<A, T> Val<A> for T where
    A: Ord,
    T: Clone + Default + ResetRemove<A> + CmRDT
[src]

Loading content...