Трейт std::iter::IntoIterator. pub trait IntoIterator { type Item; type IntoIter: Iterator; fn into_iter(self) -> Self::IntoIter; }.
確定! 回上一頁