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§

source§

impl<A, T> Val<A> for Twhere
A: Ord,
T: Clone + Default + ResetRemove<A> + CmRDT,