[][src]Trait sunshine_util::traits::GetCurrentVoteIdentifiers

pub trait GetCurrentVoteIdentifiers {
    fn get_current_share_id(&self) -> u32;
fn get_current_vote_id(&self) -> u32; }

Required methods

Loading content...

Implementors

impl<FineArithmetic: PerThing> GetCurrentVoteIdentifiers for VoteSchedule<FineArithmetic>[src]

Loading content...