all_asserts

Macro debug_assert_false

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

This is a debug-only variant of the assert_false macro