Trait frame_support::traits::PartialStorageInfoTrait[][src]

pub trait PartialStorageInfoTrait {
    fn partial_storage_info() -> Vec<StorageInfo>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
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