kvarn_utils::prelude::io

Struct Repeat

1.0.0 · source
pub struct Repeat { /* private fields */ }
Expand description

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.

Trait Implementations§

1.16.0 · source§

impl Debug for Repeat

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
1.0.0 · source§

impl Read for Repeat

source§

fn read_to_end(&mut self, _: &mut Vec<<