[][src]Macro rdcl_aoc_helpers::err_parse_error

macro_rules! err_parse_error {
    ($err:expr) => { ... };
    ($err:expr, $($args:tt)*) => { ... };
}

Macro to produce a ParseError wrapped in an Err, with optional interpolation (using format!).