Trait frame_support::traits::StorageInfoTrait
source · pub trait StorageInfoTrait {
fn storage_info() -> Vec<StorageInfo> ⓘ;
}
Expand description
A trait to give information about storage.
It can be used to calculate PoV worst case size.