TypeIter

Type Alias TypeIter 

Source
pub type TypeIter<'t> = ItemIter<'t, TypeIndex>;
Expand description

An iterator over Types returned by TypeInformation::iter.

Aliased Typeยง

pub struct TypeIter<'t> { /* private fields */ }