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.
pub trait StorageInfoTrait {
fn storage_info() -> Vec<StorageInfo> ⓘ;
}
A trait to give information about storage.
It can be used to calculate PoV worst case size.