pub trait Identifier: 'static + Copy + Debug + Eq + Hash + Send + Sync + Unpin { }
Expand description

Trait bound of log entry ids and node ids.

Implementors