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

Asserts that expression returns Err variant.