Macro necsim_core::ReporterGroup

source ·
macro_rules! ReporterGroup {
    () => { ... };
    ($first_reporter:ident $(,$reporter_tail:ident)*) => { ... };
}