Struct fly::GSet [] [src]

pub struct GSet<E> { /* fields omitted */ }

Methods

impl<E> GSet<E> where
    E: Eq + Hash + Clone
[src]

Trait Implementations

impl<E> Crdt for GSet<E> where
    E: Eq + Hash + Clone
[src]