Skip to main content

Callable

Trait Callable 

Source
pub trait Callable<T> {
    type RuntimeCall: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq;
}
Expand description

Serializable version of pallet dispatchable.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§