pub trait IntoCounter<T: Hash + Eq> { // Required method fn counter(self) -> Counter<T>; }
Tally the occurrences of elements in an iterator