pub(crate) const fn parse_end( input: &[u8], end: End, ) -> Option<ParsedItem<'_, ()>>
Parse the end component, which represents the end of input. If any input is remaining, None is returned.
end
None