Struct std::io::Repeat
[−]
[src]
pub struct Repeat { // some fields omitted }
A reader which yields one byte over and over and over and over and over and...
This struct is generally created by calling repeat()
. Please
see the documentation of repeat()
for more details.