Struct futures::stream::Once [−][src]
A stream which emits single element and then EOF.
This stream will never block and is always ready.
Trait Implementations
impl<Fut> Unpin for Once<Fut> where
Fut: Unpin,
[src]
impl<Fut> Unpin for Once<Fut> where
Fut: Unpin,
impl<Fut> Debug for Once<Fut> where
Fut: Debug,
[src]
[+]
impl<Fut> Debug for Once<Fut> where
Fut: Debug,
impl<Fut> Stream for Once<Fut> where
Fut: Future,
[src]
[+]
impl<Fut> Stream for Once<Fut> where
Fut: Future,