[][src]Macro abscissa_core::fail

macro_rules! fail {
    ($kind:path, $msg:expr) => { ... };
    ($kind:path, $fmt:expr, $($arg:tt)+) => { ... };
}

Create and return an error with a formatted message