Trait noosphere_core::data::map::Val

source ·
pub trait Val<A>: Clone + Default + ResetRemove<A> + CmRDTwhere
    A: Ord,
{ }
Expand description

Val Trait alias to reduce redundancy in type decl.

Implementors