pub fn write_message<M, W>(message: &M, write: &mut W) -> Result<(), Error>where
    M: Message,
    W: Write,
Expand description

Writes a given message to a given output stream.