assert::assert_err! [] [src]

macro_rules! assert_err {
    ($result:expr) => { ... };
}

Assert that the result is unsuccessful.