[][src]Trait sp_npos_elections::VotingLimit

pub trait VotingLimit {
    pub const LIMIT: usize;
}

A trait to limit the number of votes per voter. The generated compact type will implement this.

Associated Constants

pub const LIMIT: usize[src]

Loading content...

Implementors

Loading content...