Function time::parsing::component::parse_subsecond
source · pub(crate) fn parse_subsecond(
input: &[u8],
modifiers: Subsecond,
) -> Option<ParsedItem<'_, u32>>
Expand description
Parse the “subsecond” component of a Time
.