Trait ink_storage_traits::AutoStorableHint
source · pub trait AutoStorableHint<Key: StorageKey> {
type Type: Storable;
}
Expand description
Automatically returns the type that should be used for storing the value.
The trait is used by codegen to determine which storage key the type should have.