Trait ink_storage_traits::StorageKey
source · pub trait StorageKey {
const KEY: Key;
// Provided method
fn key(&self) -> Key { ... }
}
Expand description
Required Associated Constants§
Provided Methods§
Object Safety§
This trait is not object safe.