[][src]Trait sunshine_util::traits::StartReview

pub trait StartReview<VoteID> {
    fn start_review(&self, vote_id: VoteID) -> Self;
fn get_review_id(&self) -> Option<VoteID>; }

Required methods

fn start_review(&self, vote_id: VoteID) -> Self

fn get_review_id(&self) -> Option<VoteID>

Loading content...

Implementors

impl<AccountId: Clone, Shares: Clone, Currency: Clone, Hash: Clone> StartReview<VoteID> for GrantApplication<AccountId, Shares, Currency, Hash>[src]

impl<Hash: Clone, Currency: Clone, AccountId: Clone> StartReview<VoteID> for MilestoneSubmission<Hash, Currency, AccountId>[src]

Loading content...