pub trait CRDT {
// Required method
fn replica_id(&self) -> &ReplicaId;
}Expand description
Trait for CRDTs that have a replica ID
pub trait CRDT {
// Required method
fn replica_id(&self) -> &ReplicaId;
}Trait for CRDTs that have a replica ID