Result type for operations that can trigger a panic.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.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.
pub enum PanicResult {
Ok: T,
Err: (Panic, Array),
}
Ok: T
Err: (Panic, Array)
Was this page helpful?