mycotest

Macro fail

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

Returns a Failed error with the provided expression at the current source code location.