Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

StoragePathSubFromStorageImpl

Fully qualified path: starkware_utils::utils::StoragePathSubFromStorageImpl

pub impl StoragePathSubFromStorageImpl<
    TValue, +Drop<TValue>, +Sub<TValue>, +Copy<TValue>, +Store<TValue>,
> of SubFromStorage<StoragePointer<Mutable<TValue>>>;

Impl functions

sub_and_write

Fully qualified path: starkware_utils::utils::StoragePathSubFromStorageImpl::sub_and_write

fn sub_and_write(self: StoragePointer<Mutable<TValue>>, value: TValue) -> TValue

Impl types

Value

Fully qualified path: starkware_utils::utils::StoragePathSubFromStorageImpl::Value

type Value = TValue;