Macro abscissa::fail[][src]

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

Create and return an error with a formatted message