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.
pub trait AutoStorableHint<Key: StorageKey> {
type Type: Storable;
}
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.