StorageNodeDeref
This makes the storage node members directly accessible from a path to the parent struct.
Fully qualified path: core::starknet::storage::StorageNodeDeref
pub impl StorageNodeDeref<T, +StorageNode<T>> of core::ops::Deref<StoragePath<T>>
Impl functions
deref
Fully qualified path: core::starknet::storage::StorageNodeDeref::deref
fn deref(self: StoragePath<T>) -> Self::Target
Impl types
Target
Fully qualified path: core::starknet::storage::StorageNodeDeref::Target
type Target = StorageNode::<T>::NodeType;