Trait brb::Actor[][src]

pub trait Actor<S>: Eq + Clone + Copy + Serialize + Verifier<S> + Default + Hash + Ord + Display + Debug where
    S: Signature
{ }

Implementors

impl<T, S> Actor<S> for T where
    S: Signature,
    T: Eq + Clone + Copy + Serialize + Verifier<S> + Default + Hash + Ord + Display + Debug
[src]