info

Macro info 

Source
macro_rules! info {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}