print

Macro print 

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

Prints out the message.

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