Skip to main content

warn

Function warn 

Source
pub fn warn(out: &mut dyn Write, message: &str) -> Result<()>
Expand description

Something the user should notice but which is not a failure.

ยงErrors

When the sink cannot be written.