Function futures_util::stream::empty [−][src]
pub fn empty<T>() -> Empty<T>
Creates a stream which contains no elements.
The returned stream will always return Ready(None)
when polled.
pub fn empty<T>() -> Empty<T>
Creates a stream which contains no elements.
The returned stream will always return Ready(None)
when polled.