[][src]Trait hbbft::SessionIdT

pub trait SessionIdT: Display + Serialize + Send + Sync + Clone + Debug { }

Session identifiers.

Implementors

impl<S> SessionIdT for S where
    S: Display + Serialize + Send + Sync + Clone + Debug
[src]

Loading content...