Trait polkadot_runtime_parachains::paras::WeightInfo[][src]

pub trait WeightInfo {
    fn force_set_current_code(c: u32) -> Weight;
fn force_set_current_head(s: u32) -> Weight;
fn force_schedule_code_upgrade(c: u32) -> Weight;
fn force_note_new_head(s: u32) -> Weight;
fn force_queue_action() -> Weight; }

Required methods

Implementors