A mutable version of SubPointers, works the same way, but on Mutable.

Signature

pub trait SubPointersMut

Trait functions

sub_pointers_mut

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

Signature

fn sub_pointers_mut(self: StoragePointer>) -> SubPointersMutSubPointersType

Trait types

SubPointersType

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

Signature

type SubPointersType;