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.