Trait sp_runtime::BuildModuleGenesisStorage [−][src]
pub trait BuildModuleGenesisStorage<T, I>: Sized { fn build_module_genesis_storage(
&self,
storage: &mut Storage
) -> Result<(), String>; }
Expand description
Something that can build the genesis storage of a module.