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

Trait for writing values to storage using a `StoragePointer`.

## Signature

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

## Examples

## Trait functions

### write

#### Signature

```rust theme={null}
fn write(self: T, value: Self::Value)
```

## Trait types

### Value

#### Signature

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