Trait StorageInfoTrait
pub trait StorageInfoTrait {
    // Required method
    fn storage_info() -> Vec<StorageInfo>;
}Expand description
A trait to give information about storage.
It can be used to calculate PoV worst case size.
Required Methods§
fn storage_info() -> Vec<StorageInfo>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.