Type Definition trie_me::Iter

source ·
pub type Iter<'a, T> = Box<dyn FusedIterator<Item = T> + 'a>;