[][src]Trait frame_support::dispatch::IsSubType

pub trait IsSubType<T: Callable<R>, R> {
    fn is_sub_type(&self) -> Option<&CallableCallFor<T, R>>;
}

Required methods

fn is_sub_type(&self) -> Option<&CallableCallFor<T, R>>

Loading content...

Implementors

Loading content...