[−][src]Struct futures_util::stream::Repeat
Stream that produces the same element repeatedly.
This structure is created by the stream::repeat
function.
Trait Implementations
impl<T: Debug> Debug for Repeat<T>
[src]
[+]
impl<T: Debug> Debug for Repeat<T>
impl<T> Unpin for Repeat<T>
[src]
impl<T> Unpin for Repeat<T>
impl<T> Stream for Repeat<T> where
T: Clone,
[src]
[+]
impl<T> Stream for Repeat<T> where
T: Clone,