time::formatting

Function fmt_hour

Source
fn fmt_hour(
    output: &mut (impl Write + ?Sized),
    time: Time,
    _: Hour,
) -> Result<usize, Error>
Expand description

Format the hour into the designated output.