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

Simple implementation of `StoragePointerReadAccess` for any type that implements `Store` for any
offset.

## Signature

```rust theme={null}
pub impl StorableStoragePointerReadAccess,
> of StoragePointerReadAccess>;
```

## Impl functions

### read

#### Signature

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

## Impl types

### Value

#### Signature

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