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()`repeat()`. Please
see the documentation of repeat()`repeat()` for more details.