(&mut self)
| 1073 | type Item = Result<(jint, JObject<'a>)>; |
| 1074 | |
| 1075 | fn next(&mut self) -> Option<Self::Item> { |
| 1076 | self.next_internal().transpose() |
| 1077 | } |
| 1078 | } |
| 1079 | pub struct JParcelUuid<'a: 'b, 'b> { |
| 1080 | internal: JObject<'a>, |
no test coverage detected