pub trait CallInfo {
const PALLET: &'static str;
// Required method
fn call_name(&self) -> &'static str;
}
Expand description
Show the call info.
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.