referrerpolicy=no-referrer-when-downgrade
pub trait WeightInfo {
    // Required methods
    fn on_initialize_nothing() -> Weight;
    fn on_initialize_into_snapshot_msp() -> Weight;
    fn on_initialize_into_snapshot_rest() -> Weight;
    fn on_initialize_into_signed() -> Weight;
    fn on_initialize_into_signed_validation() -> Weight;
    fn on_initialize_into_unsigned() -> Weight;
    fn export_non_terminal() -> Weight;
    fn export_terminal() -> Weight;
    fn manage() -> Weight;
}
Expand description

Weight functions needed for pallet_election_provider_multi_block.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WeightInfo for ()

Implementors§

Source§

impl<T: Config> WeightInfo for pallet_election_provider_multi_block::weights::kusama::MultiBlockWeightInfo<T>

Source§

impl<T: Config> WeightInfo for pallet_election_provider_multi_block::weights::polkadot::MultiBlockWeightInfo<T>