nom::fix_error! [] [src]

macro_rules! fix_error {
    ($i:expr, $t:ty, $submac:ident!( $($args:tt)* )) => { ... };
    ($i:expr, $t:ty, $f:expr) => { ... };
}

translate parser result from IResult to IResult woth a custom type