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