Struct bitflags::__core::io::Repeat [] [src]

pub struct Repeat {
    // some fields omitted
}
1.0.0
[]

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.