[][src]Macro indigo_macros::fail

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

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