info

Macro info 

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

Prints an info, with a newline.