Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

alexandria_utils

Fully qualified path: alexandria_utils

Modules

fmt

Modules

Modules

fmt

fmt

Fully qualified path: alexandria_utils::fmt

Impl aliases

Impls

Impl aliases

Impl aliases

EthAddressDisplay

Fully qualified path: alexandria_utils::fmt::EthAddressDisplay

pub impl EthAddressDisplay = display_felt252_based::TDisplay<EthAddress>;

ContractAddressDisplay

Fully qualified path: alexandria_utils::fmt::ContractAddressDisplay

pub impl ContractAddressDisplay = display_felt252_based::TDisplay<ContractAddress>;

ClassHashDisplay

Fully qualified path: alexandria_utils::fmt::ClassHashDisplay

pub impl ClassHashDisplay = display_felt252_based::TDisplay<ClassHash>;

StorageAddressDisplay

Fully qualified path: alexandria_utils::fmt::StorageAddressDisplay

pub impl StorageAddressDisplay = display_felt252_based::TDisplay<StorageAddress>;

EthAddressDebug

Fully qualified path: alexandria_utils::fmt::EthAddressDebug

pub impl EthAddressDebug = debug_display_based::TDebug<EthAddress>;

ContractAddressDebug

Fully qualified path: alexandria_utils::fmt::ContractAddressDebug

pub impl ContractAddressDebug = debug_display_based::TDebug<ContractAddress>;

ClassHashDebug

Fully qualified path: alexandria_utils::fmt::ClassHashDebug

pub impl ClassHashDebug = debug_display_based::TDebug<ClassHash>;

StorageAddressDebug

Fully qualified path: alexandria_utils::fmt::StorageAddressDebug

pub impl StorageAddressDebug = debug_display_based::TDebug<StorageAddress>;

Impls

Impls

SpanTDebug

Fully qualified path: alexandria_utils::fmt::SpanTDebug

pub impl SpanTDebug<T, +Display<T>, +Copy<T>> of Debug<Span<T>>;

Impl functions

fmt

Fully qualified path: alexandria_utils::fmt::SpanTDebug::fmt

fn fmt(self: @Span<T>, ref f: Formatter) -> Result<(), Error>