pub fn hour<'input>(
__input: &'input str,
) -> Result<&'input str, ParseError<<str as Parse>::PositionRepr>>Expand description
hour matches times in the format hh:mm (am|pm).
pub fn hour<'input>(
__input: &'input str,
) -> Result<&'input str, ParseError<<str as Parse>::PositionRepr>>hour matches times in the format hh:mm (am|pm).