pub unsafe trait TrustedLen: ExactSizeIterator { }
Expand description
§Safety
The length reported must be exactly the number of items yielded.
pub unsafe trait TrustedLen: ExactSizeIterator { }
The length reported must be exactly the number of items yielded.