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.
macro_rules! print {
($($arg:tt)*) => { ... };
}Prints out the message.
Use the format! syntax to write data to the standard output. This first holds the lock for console device.