pub fn spaces<E: WhiteSpaceE>(p: &mut ParserHelper<'_>) -> Result<(), Error<E>>Expand description
Parse an arbitrary amount of whitespace.
pub fn spaces<E: WhiteSpaceE>(p: &mut ParserHelper<'_>) -> Result<(), Error<E>>Parse an arbitrary amount of whitespace.