> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-starknet-privacy-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage::StorageAsPath

Trait for creating a new `StoragePath` from a storage member.

## Signature

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

## Trait functions

### as\_path

#### Signature

```rust theme={null}
fn as_path(self: @TMemberState) -> StoragePathValue>
```

## Trait types

### Value

#### Signature

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