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