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

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§