pub trait WeightInfo {
    // Required method
    fn dispatch_as_root() -> Weight;
}
Expand description

Weight functions needed for pallet_upgrade_origin.

Required Methods§

source

fn dispatch_as_root() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§