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

pub trait Val<A: Actor>: Debug + Default + Clone + Causal<A> + CmRDT + CvRDT { }

Val Trait alias to reduce redundancy in type decl.

Implementors

impl<A, T> Val<A> for T where
    A: Actor,
    T: Debug + Default + Clone + Causal<A> + CmRDT + CvRDT
[src]

Loading content...