pub trait WeightInfo {
    fn on_initialize() -> Weight;
}

Required Methods

Implementations on Foreign Types

Implementors