print

Function print 

Source
pub fn print(msg: &str, quiet_mode: bool)
Expand description

Print a message to the console if not in quiet mode.

ยงArguments

  • msg - The message to print
  • quiet_mode - If true, suppress printing the message