Trait ink_storage_traits::StorageLayout
source · pub trait StorageLayout {
// Required method
fn layout(key: &Key) -> Layout;
}
Expand description
Implemented by types that have a storage layout.
Required Methods§
Object Safety§
This trait is not object safe.