[][src]Trait sp_phragmen::IdentifierT

pub trait IdentifierT: Clone + Eq + Default + Ord + Debug + Codec { }

an aggregator trait for a generic type of a voter/target identifier. This usually maps to substrate's account id.

Implementors

impl<T: Clone + Eq + Default + Ord + Debug + Codec> IdentifierT for T[src]

Loading content...