pub trait LeaderId: Eq + Clone + Hash + Debug { }
Expand description

Trait identifying the leader identifier type.

Implementors