[][src]Type Definition symbolic::debuginfo::DynIterator

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

A dynamically dispatched iterator over items with the given lifetime.