pub trait OnNewRound {
    // Required method
    fn on_new_round(round_index: RoundIndex) -> Weight;
}

Required Methods§

source

fn on_new_round(round_index: RoundIndex) -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl OnNewRound for ()

source§

fn on_new_round(_round_index: RoundIndex) -> Weight

Implementors§