[][src]Trait threshold::Actor

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

Actor trait to be used in Clock's or TClock's.

Implementors

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

Loading content...