This is a tracking issue for `Seek::{stream_len, stream_position}`. Proposed and implemented in https://github.com/rust-lang/rust/pull/58422. Unresolved questions: - [ ] Override `stream_len` for `File`? (is metadata syncing a problem? [comment a](https://github.com/rust-lang/rust/pull/58422#issuecomment-472732378), [comment b](https://github.com/rust-lang/rust/pull/58422#issuecomment-472965275)) - [ ] Final names: - Rename to `len` and `position`? (but that's a strange signature for `len` and `position` clashes with `Cursor` - ...
This is a tracking issue for
Seek::{stream_len, stream_position}. Proposed and implemented in #58422.Unresolved questions:
stream_lenforFile? (is metadata syncing a problem? comment a, comment b)lenandposition? (but that's a strange signature forlenandpositionclashes withCursor