Similar to storage node, but for structs which are stored sequentially in the storage. In contrast to storage node, the fields of the struct are just at an offset from the base address of the struct.

Signature

pub trait SubPointers

Trait functions

sub_pointers

Creates a sub pointers struct for the given storage pointer to a struct T.

Signature

fn sub_pointers(self: StoragePointer) -> SubPointersSubPointersType

Trait types

SubPointersType

The type of the storage pointers, generated for the struct T.

Signature

type SubPointersType;