[][src]Function prettylog::wait

pub fn wait(message: &str)

Takes a message &str as input and Prints

🙄 WAIT : message

Examples

prettylog::wait("Compiling...");