pub trait WeightInfo {
    // Required method
    fn remark(r: u32) -> Weight;
}

Required Methods§

source

fn remark(r: u32) -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn remark(_r: u32) -> Weight

Implementors§