A trait for creating the struct containing theDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
StorageBase or FlattenedStorage of all the
members of a contract state.
Signature
Trait functions
storage
Creates a struct containing theStorageBase or FlattenedStorage of all the members of a
contract state. Should be called from the deref method of the contract state.
Signature
Trait types
BaseType
The type of the struct containing theStorageBase or FlattenedStorage of all the members
of the type T.