fn report()

in src/reporter/mod.rs [90:92]


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