Macro indigo::fail[][src]

macro_rules! fail {
    ($($args:tt)*) => { ... };
}

Returns an Err containing a new fail::Error from format args.