debug_assert_msg

Macro debug_assert_msg 

Source
macro_rules! debug_assert_msg {
    ($condition:expr, $msg:expr) => { ... };
    ($condition:expr, $msg:expr, $($arg:tt)*) => { ... };
}
Expand description

Enhanced assertion macro with debugging information