pub trait TypeIterExt: Iterator<Item = Box<Type>> { }

Implementors