Skip to main content
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

Trait functions

sub_pointers

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

Signature

Trait types

SubPointersType

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

Signature