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.

Result type for operations that can trigger a panic.

Signature

pub enum PanicResult {
    Ok: T,
    Err: (Panic, Array),
}

Variants

Ok

Signature

Ok: T

Err

Signature

Err: (Panic, Array)