Trait for writing values to storage using a StoragePointer.

Signature

pub trait StoragePointerWriteAccess

Examples

Trait functions

write

Signature

fn write(self: T, value: Self::Value)

Trait types

Value

Signature

type Value;