Trait IsSubType
frame_support::dispatch
pub trait IsSubType<T> { fn is_sub_type(&self) -> Option<&T>; }
fn is_sub_type(&self) -> Option<&T>