Trait frame_support::traits::StorageInfoTrait[][src]

pub trait StorageInfoTrait {
    fn storage_info() -> Vec<StorageInfo>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

A trait to give information about storage.

It can be used to calculate PoV worst case size.

Required methods

Implementations on Foreign Types

Implementors