pub trait WeightInfo {
    // Required methods
    fn register_asset() -> Weight;
    fn update_asset() -> Weight;
}

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Default weights.

Implementors§