> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage::storage_node::StorageNode

A trait that given a storage path of a struct, generates the storage node of this struct.

## Signature

```rust theme={null}
pub trait StorageNode
```

## Trait functions

### storage\_node

#### Signature

```rust theme={null}
fn storage_node(self: StoragePath) -> StorageNodeNodeType
```

## Trait types

### NodeType

#### Signature

```rust theme={null}
type NodeType;
```
