[][src]Trait hbbft::NodeIdT

pub trait NodeIdT: Eq + Ord + Clone + Debug + Hash + Send + Sync { }

A peer node's unique identifier.

Implementors

impl<N> NodeIdT for N where
    N: Eq + Ord + Clone + Debug + Hash + Send + Sync
[src]

Loading content...