Function time::parsing::component::parse_end

source ยท
pub(crate) const fn parse_end(
    input: &[u8],
    end: End,
) -> Option<ParsedItem<'_, ()>>
Expand description

Parse the end component, which represents the end of input. If any input is remaining, None is returned.