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