fn fmt_hour( output: &mut (impl Write + ?Sized), hour: u8, _: Hour, ) -> Result<usize, Error>
Format the hour into the designated output.