Trait gclient::metadata::StorageInfo
source · pub trait StorageInfo {
const PALLET: &'static str;
// Required method
fn storage_name(&self) -> &'static str;
}
Expand description
Show the call info.
Required Associated Constants§
Required Methods§
sourcefn storage_name(&self) -> &'static str
fn storage_name(&self) -> &'static str
returns call name.
Object Safety§
This trait is not object safe.