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

Provided Methods§

source

fn classify_dispatch(&self, target: T) -> DispatchClass

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§