Home
last modified time | relevance | path

Searched refs:IntoIter (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dpermission.rs184 pub struct IntoIter { struct
189 impl IntoIter { implementation
195 impl std::iter::Iterator for IntoIter { implementation
256 type IntoIter = perm::IntoIter; typedef
258 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
259 Self::IntoIter::new(self) in into_iter()