pub trait WeightInfo {
    // Required methods
    fn feed_with_fee() -> Weight;
    fn feed_without_fee() -> Weight;
}

Required Methods§

source

fn feed_with_fee() -> Weight

source

fn feed_without_fee() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn feed_with_fee() -> Weight

source§

fn feed_without_fee() -> Weight

Implementors§