Trait polkadot_runtime_parachains::initializer::WeightInfo[][src]

pub trait WeightInfo {
    fn force_approve(d: u32) -> Weight;
}

Required methods

Implementations on Foreign Types

Implementors