info

Macro info 

Source
macro_rules! info {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Display an information message.

Use the format! syntax to write data to the standard output. This first holds the lock for console device.