Macro zng_app::crash_handler_config
source ยท 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.