mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-13 00:00:32 +02:00
impl ExactSizeIterator for Iter<T: Buf> (#127)
This commit is contained in:
@@ -112,3 +112,5 @@ impl<T: Buf> Iterator for Iter<T> {
|
||||
(rem, Some(rem))
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Buf> ExactSizeIterator for Iter<T> { }
|
||||
|
||||
Reference in New Issue
Block a user