Trait WeightInfo
pallet_utility
pub trait WeightInfo { fn batch(c: u32) -> Weight; fn as_derivative() -> Weight; }
fn batch(c: u32) -> Weight
fn as_derivative() -> Weight
impl WeightInfo for ()