[][src]Trait frame_support::storage::StorageAppend

pub trait StorageAppend<Item: Encode>: Sealed { }

Marker trait that will be implemented for types that support the storage::append api.

This trait is sealed.

Implementors

impl<T: Encode> StorageAppend<T> for Vec<T>[src]

Loading content...