macro_rules! timid_assert_false {
($cond:expr) => { ... };
}
Expand description
Like an ordinary assertion, except success yields None
and error yields the error message.
macro_rules! timid_assert_false {
($cond:expr) => { ... };
}
Like an ordinary assertion, except success yields None
and error yields the error message.