Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

A trait for implementing SubPointers for types which are not a StoragePointer, such as StorageBase and StoragePath.

Signature

pub trait SubPointersForward

Trait functions

sub_pointers

Signature

fn sub_pointers(self: T) -> SubPointersForwardSubPointersType

Trait types

SubPointersType

Signature

type SubPointersType;