pub trait WeightInfo {
    // Required methods
    fn deposit() -> Weight;
    fn burn() -> Weight;
    fn match_swap() -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§