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