SubPointersDeref
This makes the sub-pointers members directly accessible from a pointer to the parent struct.
Fully qualified path: core::starknet::storage::SubPointersDeref
pub impl SubPointersDeref<T, +SubPointers<T>> of core::ops::Deref<StoragePointer<T>>
Impl functions
deref
Fully qualified path: core::starknet::storage::SubPointersDeref::deref
fn deref(self: StoragePointer<T>) -> Self::Target
Impl types
Target
Fully qualified path: core::starknet::storage::SubPointersDeref::Target
type Target = SubPointers::<T>::SubPointersType;