macro_rules! assert_err { ($cond:expr $(,)?) => { ... }; ($cond:expr, $($arg:tt)+) => { ... }; }
Asserts that expression returns Err variant.
Err