pub trait GetDispatchInfo: GetDispatchInfo {
    fn get_dispatch_info(&self) -> DispatchInfo { ... }
}
👎Deprecated: Trait has moved to frame_support::dispatch

Provided Methods§

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§