pub(crate) fn space<'a, O, E: ParseError<&'a str>, F: Parser<&'a str, Output = O, Error = E>>( f: F, ) -> impl Parser<&'a str, Output = O, Error = E>
Pad both ends with whitespace