pub fn repeat_err<T, E: Clone>(value: E) -> RepeatErr<T, E>
Expand description

Creates an iterator that endlessly repeats a single error.