Trait causal_length::Key[][src]

pub trait Key: Eq + Hash + Clone { }

Key type used in the CRDTs

Implementors

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

Loading content...