results_info

Macro results_info 

Source
macro_rules! results_info {
    (mode:$mode:expr, $($arg:tt)+) => { ... };
    (info, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}