nom::take_until_and_consume! [] [src]

macro_rules! take_until_and_consume {
    ($i:expr, $inp:expr) => { ... };
}

generates a parser consuming bytes until the specified byte sequence is found