[][src]Trait sp_npos_elections::VotingLimit

pub trait VotingLimit {
    const LIMIT: usize;
}

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

Associated Constants

const LIMIT: usize

Loading content...

Implementors

Loading content...