[][src]Trait crdts::lwwreg::Marker

pub trait Marker: Debug + Clone + Ord { }

Marker must grow monotonically and must be globally unique

Implementors

impl<T: Debug + Clone + Ord> Marker for T[src]

Loading content...