Struct futures_util::stream::Empty [−][src]
A stream which contains no elements.
This stream can be created with the stream::empty
function.
Trait Implementations
impl<T: Debug> Debug for Empty<T>
[src]
[+]
impl<T: Debug> Debug for Empty<T>
impl<T> Unpin for Empty<T>
[src]
impl<T> Unpin for Empty<T>
impl<T> Stream for Empty<T>
[src]
[+]
impl<T> Stream for Empty<T>