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 5c427c0 commit d4704c7Copy full SHA for d4704c7
library/std/src/io/mod.rs
@@ -2478,6 +2478,8 @@ impl<R: Read + SizeHint> Iterator for Bytes<R> {
2478
2479
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
2480
trait SizeHint {
2481
+ fn lower_bound(&self) -> usize {
2482
+
2483
fn upper_bound(&self) -> Option<usize> {
2484
None
2485
}
0 commit comments