Struct core::future::Ready 1.48.0[−][src]
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct Ready<T>(_);
Creates a future that is immediately ready with a value.
This struct
is created by ready()
. See its
documentation for more.