pub trait WeighData<T>: WeighData<T> {
    // Provided method
    fn weigh_data(&self, target: T) -> Weight { ... }
}
👎Deprecated: Trait has moved to frame_support::dispatch

Provided Methods§

source

fn weigh_data(&self, target: T) -> Weight

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§