Module std::io::util

source ·

Structs

  • A reader which is always at EOF.
  • A reader which yields one byte over and over and over and over and over and…
  • A writer which will move data into the void.

Functions

  • Constructs a new handle to an empty reader.
  • Creates an instance of a reader that infinitely repeats one byte.
  • Creates an instance of a writer which will successfully consume all data.