fn report()

in src/reporter/mod.rs [84:86]


    fn report(&self, item: CollectItem) {
        Report::report(self.deref(), item)
    }