Trait causal_length::Value[][src]

pub trait Value: Clone + Eq { }

Value type used in the CRDTs

Implementors

impl<T> Value for T where
    T: Clone + Eq
[src]

Loading content...