fn report()

in src/reporter/mod.rs [75:79]


    fn report(&self, item: CollectItem);
}

/// Noop reporter.
impl Report for () {