[][src]Trait frame_support::dispatch::Callable

pub trait Callable<T> {
    type Call: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq;
}
[]

Serializable version of pallet dispatchable.

Associated Types

type Call: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq

Implementors

impl<T: Trait> Callable<T> for Module<T>

impl<T: Trait> Callable<T> for Module<T>

impl<T: Trait> Callable<T> for Module<T>

impl<T: Trait> Callable<T> for Module<T>

impl<T: Trait> Callable<T> for Module<T>

impl<T: Trait> Callable<T> for Module<T>