> ## 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::StorageNodeDeref

This makes the storage node members directly accessible from a path to the parent struct.

## Signature

```rust theme={null}
pub impl StorageNodeDeref> of Deref>;
```

## Impl functions

### deref

#### Signature

```rust theme={null}
fn deref(self: StoragePath) -> NodeType
```

## Impl types

### Target

#### Signature

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