Function uquery::notice[][src]

pub fn notice(string: &str, level: u8)

Notifies the user through a title.

The level can be one of four values:

  1. Full title
  2. Sub title
  3. Notice
  4. Small Notice

The string should be relatively short, if it is too long then the titles may wrap around multiple lines and look buggy.