macro_rules! debug_assert_false {
($($arg:tt)*) => { ... };
}Expand description
This is a debug-only variant of the assert_false macro
macro_rules! debug_assert_false {
($($arg:tt)*) => { ... };
}This is a debug-only variant of the assert_false macro