Skip to main content

write_text

Function write_text 

Source
pub fn write_text(writer: impl Write, text: &str) -> Result<()>
Expand description

Writes text to a generic writer.

ยงErrors

Returns any I/O error reported by writer.