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

Signature

pub impl StorableStoragePointerReadAccess,
> of StoragePointerReadAccess>;

Impl functions

read

Signature

fn read(self: @StoragePointer) -> T

Impl types

Value

Signature

type Value = T;