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§
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
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.