Function fallible_iterator::repeat_err

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

Creates an iterator that endlessly repeats a single error.