pub trait IdenList { type IntoIter: Iterator<Item = DynIden>; // Required method fn into_iter(self) -> Self::IntoIter; }