pub(super) fn format_time<V, const CONFIG: EncodedConfig>(
output: &mut (impl Write + ?Sized),
value: &V,
state: &mut V::State,
) -> Result<usize, Format>where
V: ComponentProvider,Available on crate feature
formatting only.Expand description
Format the time portion of ISO 8601.