pub fn write( value: impl WriteInto, buf: &mut impl Write, sep: impl Separators, end: &str, ) -> Result<()>
Write the given value into the buffer.