fail

Macro fail 

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

Same as anyhow::bail!.