Skip to main content

write

Function write 

Source
pub(crate) fn write(
    output: &mut (impl Write + ?Sized),
    s: &str,
) -> Result<usize>
Available on crate feature formatting only.
Expand description

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