Struct core::future::Pending 1.48.0[−][src]
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct Pending<T> { /* fields omitted */ }
Creates a future which never resolves, representing a computation that never finishes.
This struct
is created by pending()
. See its
documentation for more.
Trait Implementations
impl<T> Clone for Pending<T>
[src]
impl<T> Clone for Pending<T>
[src]