StorageNode
A trait that given a storage path of a struct, generates the storage node of this struct.
Fully qualified path: core::starknet::storage::storage_node::StorageNode
pub trait StorageNode<T>
Trait functions
storage_node
Fully qualified path: core::starknet::storage::storage_node::StorageNode::storage_node
fn storage_node(self: StoragePath<T>) -> Self::NodeType
Trait types
NodeType
Fully qualified path: core::starknet::storage::storage_node::StorageNode::NodeType
type NodeType;