Skip to main content

fmt_hour_24

Function fmt_hour_24 

Source
fn fmt_hour_24(
    output: &mut (impl Write + ?Sized),
    hour: ru8<0, { _ }>,
    _: Hour24,
) -> Result<usize>
Available on crate feature formatting only.
Expand description

Format the hour into the designated output using the 24-hour clock.