Function panorama_proto_common::skip[][src]

pub fn skip<E, F, I, O>(f: F) -> impl FnMut(I) -> IResult<I, (), E> where
    I: Clone,
    F: Parser<I, O, E>, 
Expand description

Skip the part of the input matched by the given parser.