[][src]Function rubbl_core::notify::run_with_notifications

pub fn run_with_notifications<'a, E, F>(
    matches: ArgMatches<'a>,
    inner: F
) -> i32 where
    E: Into<Error>,
    F: FnOnce(ArgMatches<'a>, &mut dyn NotificationBackend) -> StdResult<i32, E>, 

Run a function with colorized reporting of errors.