[][src]Macro indigo_macros::fail_with

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

Returns a closure for using Result::map_err to add a description before another error.