Trait sp_runtime::BuildStorage [−][src]
pub trait BuildStorage { fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>; fn build_storage(&self) -> Result<Storage, String> { ... } }
Complex storage builder stuff.
Required methods
fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>
[src]
Assimilate the storage for this module into pre-existing overlays.
Provided methods
fn build_storage(&self) -> Result<Storage, String>
[src]
Build the storage out of this builder.
Implementations on Foreign Types
impl BuildStorage for ()
[src]
impl BuildStorage for ()
[src]Implementors
impl BuildStorage for Storage
[src]
impl BuildStorage for Storage
[src]