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

Trait for accessing the values in storage using a `StoragePointer`.

## Signature

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

## Examples

## Trait functions

### read

#### Signature

```rust theme={null}
fn read(self: @T) -> StoragePointerReadAccessValue
```

## Trait types

### Value

#### Signature

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