Trait frame::traits::PalletsInfoAccess
pub trait PalletsInfoAccess {
// Required method
fn infos() -> Vec<PalletInfoData, Global>;
// Provided method
fn count() -> usize { ... }
}Expand description
Provide information about a bunch of pallets.
Required Methods§
fn infos() -> Vec<PalletInfoData, Global>
fn infos() -> Vec<PalletInfoData, Global>
All of the pallets’ information that this type represents.