Skip to main content

report

Macro report 

macro_rules! report {
    ($($key:ident = $value:expr,)* $fmt:literal $($arg:tt)*) => { ... };
}