6

Tracking Issue for std::io::Seek::rewind() · Issue #85149 · rust-lang/rust · Git...

 2 years ago
source link: https://github.com/rust-lang/rust/issues/85149
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Copy link

Task lists! Give feedback

Contributor

ijackson commented on May 10

edited

Feature gate: #![feature(seek_rewind)]

This is a tracking issue for the convenience method std::io::Seek::rewind().

Public API

pub trait Seek {
    /// This is a convenience method, equivalent to `seek(SeekFrom::Start(0))`.
    fn rewind(&mut self) -> Result<()>;
}

Steps / History

  • Implementation: #85146
  • Final commenting period (FCP)
  • Stabilization PR

Unresolved Questions

  • None yet.

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK