pub fn warn(out: &mut dyn Write, message: &str) -> Result<()>
Something the user should notice but which is not a failure.
When the sink cannot be written.