Function pom::combinator::skip
[−]
[src]
pub fn skip<'a, I: 'a>(n: usize) -> Combinator<impl Parser<'a, I, Output = ()>> where
I: Copy + 'static,
Skip n symbols.