We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea99f4 commit 7e56637Copy full SHA for 7e56637
library/std/src/io/mod.rs
@@ -2481,6 +2481,8 @@ impl<R: Read + SizeHint> Iterator for Bytes<R> {
2481
2482
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
2483
trait SizeHint {
2484
+ fn lower_bound(&self) -> usize {
2485
+
2486
fn upper_bound(&self) -> Option<usize> {
2487
None
2488
}
0 commit comments