macro_rules! crash_handler_config {
($closure:expr) => { ... };
}
Expand description
Register a FnOnce(&mut CrashConfig)
closure to be
called on process init to configure the crash handler.
See CrashConfig
for more details.
macro_rules! crash_handler_config {
($closure:expr) => { ... };
}
Register a FnOnce(&mut CrashConfig)
closure to be
called on process init to configure the crash handler.
See CrashConfig
for more details.