wait

Function wait 

Source
pub fn wait(message: &str, scope: Option<&str>, ln: Option<bool>)
Expand description

Waiting for something.

  • message - String to print.
  • scope - Preffix to append.
  • ln - To print in the same line instead (default: false).