Macro info

Source
macro_rules! info {
    ($format:literal, $($arg:expr),* $(,)?) => { ... };
    ($format:literal $(,)?) => { ... };
    ($context:ty, $format:literal, $($arg:expr),* $(,)?) => { ... };
    ($context:ty, $format:literal $(,)?) => { ... };
}