Skip to main content

debug_panic_or_return_log

Macro debug_panic_or_return_log 

Source
macro_rules! debug_panic_or_return_log {
    ($($arg:tt)*) => { ... };
}
Expand description

Macro that either triggers a panic in debug mode (outside tests) or returns an error log tuple.