Function peresil::combinators::inspect[][src]

pub fn inspect<P, E, S, F>(
    f: F
) -> impl Fn(&mut ParseMaster<P, E, S>, P) -> Progress<P, (), E> where
    F: Fn(&P),