Struct core::future::Ready 1.48.0[−][src]
pub struct Ready<T>(_);
Expand description
A future that is immediately ready with a value.
This struct
is created by ready()
. See its
documentation for more.
pub struct Ready<T>(_);
A future that is immediately ready with a value.
This struct
is created by ready()
. See its
documentation for more.