pub mut comptime global STORAGE_LAYOUT_NAME: CHashMap<Module, Quoted>;
Stores a map from a module to the name of the struct that describes its storage layout. This is then used when generating a storage_layout() getter on the contract struct.
storage_layout()
Stores a map from a module to the name of the struct that describes its storage layout. This is then used when generating a
storage_layout()getter on the contract struct.