macro_rules! debug_assert_err { ($($arg:tt)*) => { ... }; }
Asserts that expression returns Err variant.
Err