Struct core::future::Ready 1.48.0[−][src]
pub struct Ready<T>(_);
Expand description
一个立即准备好值的 future。
该 struct
由 ready()
创建。
有关更多信息,请参见其文档。
pub struct Ready<T>(_);
一个立即准备好值的 future。
该 struct
由 ready()
创建。
有关更多信息,请参见其文档。