Skip to main content

fmt_second

Function fmt_second 

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

Format the second into the designated output.