warning

Function warning 

Source
pub fn warning<Id, Msg>(id: Id, msg: Msg)
where Id: AsRef<str>, Msg: Display,
Expand description

Generate an ad-hoc warning from an id and a message

See also message::warning.