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