Struct core::future::Ready 1.48.0[−][src]
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct Ready<T>(_);
Expand description
创建一个立即准备好值的 future。
该 struct
由 ready()
创建。
有关更多信息,请参见其文档。
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct Ready<T>(_);
创建一个立即准备好值的 future。
该 struct
由 ready()
创建。
有关更多信息,请参见其文档。