Function time::parsing::combinator::n_to_m_digits
source ยท pub(crate) fn n_to_m_digits<const N: u8, const M: u8, T: Integer>(
input: &[u8],
) -> Option<ParsedItem<'_, T>>
Expand description
Consume between n
and m
digits, returning the numerical value.