custom_panic_default

Macro custom_panic_default 

Source
macro_rules! custom_panic_default {
    () => { ... };
}
Expand description

Fallback to default for unused custom panic feature. This must be used if the entrypoint! macro is not used.