Macro timid_assert_false

Source
macro_rules! timid_assert_false {
    ($cond:expr) => { ... };
}
Expand description

Like an ordinary assertion, except success yields None and error yields the error message.