info

Macro info 

Source
macro_rules! info {
    (target: $target:expr, $($arg:tt)*) => { ... };
    (name: $name:expr, target: $target:expr, $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}