Trait democracy_mbm::weights::WeightInfo

source ·
pub trait WeightInfo {
    // Required methods
    fn migration_referendum_info() -> Weight;
    fn migration_voting_of() -> Weight;
}
Expand description

Weight functions needed for democracy_mbm.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>