[][src]Function gobble::reader::s_

pub fn s_<P: Parser>(p: P) -> impl Parser<Out = P::Out>

Convenience wrapper to say allow whitespace around whatever I'm parsing.