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

pub fn s_<P: Parser>(p: P) -> impl Parser<Out = P::Out>
👎 Deprecated since 0.5.0:

use ws__ instead, to match convention __ means wrap around

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