Struct dispose::AbortCanary [−][src]
pub struct AbortCanary(_);Expand description
Abort the process if this value is dropped.
This struct is for bypassing an unwinding panic should something go horribly
wrong in an application. It is the heart of abort_on_panic, and for
most cases does not need to be used directly.
Implementations
Release canary. This will consume and drop it without aborting the
process.