Struct async_std::io::Repeat [−][src]
pub struct Repeat { /* fields omitted */ }Expand description
A reader which yields one byte over and over and over and over and over and…
This reader is created by the repeat function. See its
documentation for more.
Trait Implementations
Attempt to read from the AsyncRead into buf. Read more