pub fn text_to_write(text: &[u8], out: impl Write) -> Result<usize>
Expand description

Write a text message to out, which is assured to end in a newline.