We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Seek::stream_len
1 parent 4e8ef65 commit ee96280Copy full SHA for ee96280
library/std/src/io/mod.rs
@@ -2017,7 +2017,7 @@ pub trait Seek {
2017
2018
/// Returns the length of this stream (in bytes).
2019
///
2020
- /// This method is implemented using up to three seek operations. If this
+ /// The default implementation uses up to three seek operations. If this
2021
/// method returns successfully, the seek position is unchanged (i.e. the
2022
/// position before calling this method is the same as afterwards).
2023
/// However, if this method returns an error, the seek position is
0 commit comments