core::panics
core::panics::PanicResult
Result type for operations that can trigger a panic.
Documentation Index
Fetch the complete documentation index at: /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?