Trait sp_runtime::BuildStorage [−][src]
pub trait BuildStorage { fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>; fn build_storage(&self) -> Result<Storage, String> { ... } }
Expand description
Complex storage builder stuff.
Required methods
Provided methods
fn build_storage(&self) -> Result<Storage, String>
fn build_storage(&self) -> Result<Storage, String>
Build the storage out of this builder.