time::formatting

Function write

source
pub(crate) fn write(output: &mut impl Write, bytes: &[u8]) -> Result<usize>
Expand description

Write all bytes to the output, returning the number of bytes written.