impl ExactSizeIterator for Iter<T: Buf> (#127)

This commit is contained in:
brianwp
2017-05-24 08:13:19 -07:00
committed by Carl Lerche
parent 3f5890be70
commit 2b0602e756
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -112,3 +112,5 @@ impl<T: Buf> Iterator for Iter<T> {
(rem, Some(rem))
}
}
impl<T: Buf> ExactSizeIterator for Iter<T> { }