Mutable
A wrapper around different storage related types, indicating that the instance is mutable, i.e. originally created from a ref
contract state.
Fully qualified path: core::starknet::storage::Mutable
#[phantom]
pub struct Mutable<T> {}
A wrapper around different storage related types, indicating that the instance is mutable, i.e. originally created from a ref
contract state.
Fully qualified path: core::starknet::storage::Mutable
#[phantom]
pub struct Mutable<T> {}