Corelib
pub enum PanicResult { Ok: T, Err: (Panic, Array), }
Ok: T
Err: (Panic, Array)
Was this page helpful?