parent
8876906867
commit
5285d35b49
1 changed files with 2 additions and 2 deletions
|
@ -1204,8 +1204,8 @@ pub trait Write {
|
|||
pub trait Seek {
|
||||
/// Seek to an offset, in bytes, in a stream.
|
||||
///
|
||||
/// A seek beyond the end of a stream is allowed, but implementation
|
||||
/// defined.
|
||||
/// A seek beyond the end of a stream is allowed, but behavior is defined
|
||||
/// by the implementation.
|
||||
///
|
||||
/// If the seek operation completed successfully,
|
||||
/// this method returns the new position from the start of the stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue