[][src]Function melib::parsec::whitespace_wrap

pub fn whitespace_wrap<'a, P, A>(parser: P) -> impl Parser<'a, A> where
    P: Parser<'a, A>,