[][src]Function tari_test_utils::streams::get_item_counts

pub fn get_item_counts<I>(items: I) -> HashMap<I::Item, usize> where
    I: IntoIterator,
    I::Item: Hash + Eq