time::parsing::combinator::rfc::rfc2234

Function wsp

source
pub(crate) const fn wsp(input: &[u8]) -> Option<ParsedItem<'_, ()>>
Expand description

Consume exactly one space or tab.