Type Definition CallableCallFor
Other items inframe_support::dispatch
type CallableCallFor<A, R> = <A as Callable<R>>::Call;