Function time::parsing::component::parse_ignore
source ยท pub(crate) fn parse_ignore(
input: &[u8],
modifiers: Ignore,
) -> Option<ParsedItem<'_, ()>>
Expand description
Ignore the given number of bytes.