pub trait BuildModuleGenesisStorage<T, I>: Sized { fn build_module_genesis_storage( &self, storage: &mut Storage ) -> Result<(), String>; }
Something that can build the genesis storage of a module.
Create the module genesis storage into the given storage and child_storage.
storage
child_storage