Skip to main content

fmt_hour

Function fmt_hour 

Source
fn fmt_hour(
    output: &mut (impl Write + ?Sized),
    hour: u8,
    _: Hour,
) -> Result<usize, Error>
Available on crate feature formatting only.
Expand description

Format the hour into the designated output.