oxipng/doc/bitflags/__core/panic/sidebar-items.js
2016-04-08 13:52:15 -04:00

1 line
No EOL
807 B
JavaScript

initSidebarItems({"fn":[["propagate","Triggers a panic without invoking the panic handler."],["recover","Invokes a closure, capturing the cause of panic if one occurs."],["set_handler",""],["set_hook","Registers a custom panic hook, replacing any that was previously registered."],["take_handler",""],["take_hook","Unregisters the current panic hook, returning it."]],"struct":[["AssertRecoverSafe","A simple wrapper around a type to assert that it is panic safe."],["Location","A struct containing information about the location of a panic."],["PanicInfo","A struct providing information about a panic."]],"trait":[["RecoverSafe","A marker trait which represents \"panic safe\" types in Rust."],["RefRecoverSafe","A marker trait representing types where a shared reference is considered recover safe."]]});