pub fn repeat<T>(item: T) -> RepeatStream<T> where
    T: Clone
Expand description

Returns a stream which infiniately produces a clonable value.