Type Definition symbolic_debuginfo::DynIterator[][src]

type DynIterator<'a, T> = Box<dyn Iterator<Item = T> + 'a>;

A dynamically dispatched iterator over items with the given lifetime.