Trait grafix_toolbox::lib::CountItems
source · pub trait CountItems<T: Eq + Hash>: Sized + Iterator<Item = T> {
// Provided method
fn map_count(self) -> HashMap<T, usize> { ... }
}Provided Methods§
Object Safety§
This trait is not object safe.