pub trait PartialStorageInfoTrait {
    fn partial_storage_info() -> Vec<StorageInfo> ;
}
Expand description

Similar to StorageInfoTrait, a trait to give partial information about storage.

This is useful when a type can give some partial information with its generic parameter doesn’t implement some bounds.

Required Methods§

Implementors§

It doesn’t require to implement MaxEncodedLen and give no information for max_size.

It doesn’t require to implement MaxEncodedLen and give no information for max_size.

It doesn’t require to implement MaxEncodedLen and give no information for max_size.

It doesn’t require to implement MaxEncodedLen and give no information for max_size.

It doesn’t require to implement MaxEncodedLen and give no information for max_size.