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

Provided Methods§

source

fn get_dispatch_info(&self) -> DispatchInfo

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§