pub trait WeightInfo {
// Required methods
fn per_block_nothing() -> Weight;
fn per_block_snapshot_msp() -> Weight;
fn per_block_snapshot_rest() -> Weight;
fn per_block_start_signed_validation() -> Weight;
fn export_non_terminal() -> Weight;
fn export_terminal() -> Weight;
fn admin_set() -> Weight;
fn manage_fallback() -> Weight;
}Expand description
Weight functions needed for pallet_election_provider_multi_block.
Required Methods§
fn per_block_nothing() -> Weight
fn per_block_snapshot_msp() -> Weight
fn per_block_snapshot_rest() -> Weight
fn per_block_start_signed_validation() -> Weight
fn export_non_terminal() -> Weight
fn export_terminal() -> Weight
fn admin_set() -> Weight
fn manage_fallback() -> 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.
Implementations on Foreign Types§
Source§impl WeightInfo for ()
Available on crate feature std only.
impl WeightInfo for ()
Available on crate feature
std only.