Struct fly::GCounter [] [src]

pub struct GCounter<N> {
    pub data: HashMap<N, u64>,
}

Fields

Methods

impl<N> GCounter<N> where
    N: Eq + Hash + Clone + Copy
[src]

Trait Implementations

impl<N> Counter<N> for GCounter<N> where
    N: Eq + Hash + Clone + Copy
[src]

impl<N> Crdt for GCounter<N> where
    N: Eq + Hash + Clone + Copy
[src]