info

Macro info 

Source
macro_rules! info {
    (X $($arg:tt)*) => { ... };
    (S $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}