mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
fix: impl ExactSizeIterator for session outputs IntoIter
This commit is contained in:
@@ -406,3 +406,6 @@ impl<'r> Iterator for IntoIter<'r> {
|
||||
(self.effective_len, Some(self.effective_len))
|
||||
}
|
||||
}
|
||||
|
||||
impl ExactSizeIterator for IntoIter<'_> {}
|
||||
impl FusedIterator for IntoIter<'_> {}
|
||||
|
||||
Reference in New Issue
Block a user