pub trait PalletsInfoAccess {
    fn infos() -> Vec<PalletInfoData> ;

    fn count() -> usize { ... }
}
Expand description

Provide information about a bunch of pallets.

Required Methods§

All of the pallets’ information that this type represents.

Provided Methods§

The number of pallets’ information that this type represents.

You probably don’t want this function but infos() instead.

Implementations on Foreign Types§

Implementors§