Trait fly::Crdt
[−]
[src]
pub trait Crdt {
fn merge(&self, other: &Self) -> Self;
}
Required Methods
fn merge(&self, other: &Self) -> Self
Implementors
impl Crdt for GCounter