Trait brb_membership::actor::Actor[][src]

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

Implementors

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

Loading content...