Macro timid_assert

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

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