warn

Function warn 

Source
pub fn warn(message: &str) -> Result<()>
Expand description

Print a warning message.

Warnings lead to sub-optimal, but not strictly incorrect, behaviour. An example would be failing to load a custom stylesheet and instead using a default one.