pub(crate) fn parse_fraction<T: EncodingType>(
cursor: &mut Cursor<'_, T>,
) -> ParserResult<Option<Fraction>>Expand description
Parse a Fraction value
This is primarily used in ISO8601 to add percision past a second.
pub(crate) fn parse_fraction<T: EncodingType>(
cursor: &mut Cursor<'_, T>,
) -> ParserResult<Option<Fraction>>Parse a Fraction value
This is primarily used in ISO8601 to add percision past a second.