Skip to main content

Module seek

Module seek 

Source
🔬This is a nightly-only experimental API. (core_io #154046)

Enums§

SeekFromExperimental
Enumeration of possible methods to seek within an I/O object.

Traits§

SeekExperimental
The Seek trait provides a cursor which can be moved within a stream of bytes.

Functions§

stream_len_default 👻 Experimental
The default implementation of Seek::stream_len. This may be desirable in libstd where the default implementation is desirable, but additional work needs to be done before or after.