Crate sel4_panicking

Source

Structs§

ExternalPanicInfo
Information passed to a PanicHook.
PanicMessage
A message that was given to the panic!() macro.
Payload

Constants§

SMALL_PAYLOAD_MAX_SIZE

Traits§

SmallPayload
UpcastIntoPayload

Functions§

catch_unwind
Like std::panic::catch_unwind.
panic_any
Like std::panic::panic_any.
set_hook
Like std::panic::set_hook.

Type Aliases§

PanicHook
Type for panic hooks.