Trait fly::Crdt [] [src]

pub trait Crdt {
    fn merge(&self, other: &Self) -> Self;
}

Required Methods

Implementors