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 7a65911 commit cbe64ceCopy full SHA for cbe64ce
library/std/src/io/mod.rs
@@ -2028,7 +2028,7 @@ pub trait Seek {
2028
2029
/// Returns the length of this stream (in bytes).
2030
///
2031
- /// This method is implemented using up to three seek operations. If this
+ /// The default implementation uses up to three seek operations. If this
2032
/// method returns successfully, the seek position is unchanged (i.e. the
2033
/// position before calling this method is the same as afterwards).
2034
/// However, if this method returns an error, the seek position is
0 commit comments