Trait brb::Actor[][src]

pub trait Actor<S>: Clone + Eq + Ord + Default + Copy + Debug + Display + Hash + Serialize + Verifier<S> 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]

Loading content...