CRDT

Trait CRDT 

Source
pub trait CRDT {
    // Required method
    fn replica_id(&self) -> &ReplicaId;
}
Expand description

Trait for CRDTs that have a replica ID

Required Methods§

Implementors§