nom::complete! [] [src]

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

replaces a Incomplete returned by the child parser with an Error