[][src]Trait crdts::vclock::Actor

pub trait Actor: Ord + Clone + Hash + Debug { }

Common Actor type. Actors are unique identifier for every thing mutating a VClock. VClock based CRDT's will need to expose this Actor type to the user.

Implementors

impl<A: Ord + Clone + Hash + Debug> Actor for A[src]

Loading content...