pub(crate) fn write( output: &mut (impl Write + ?Sized), s: &str, ) -> Result<usize>
formatting
Write the string to the output, returning the number of bytes written.