Macro rdcl_aoc_helpers::err_parse_error[][src]

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

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