Module future

Module future 

Source
Expand description

Extension for convenient usage of Reports returned by Future s.

Extends Future with the same methods as ResultExt but calls the methods on polling.

Structs§

FutureWithAttachment
Adaptor returned by FutureExt::attach.
FutureWithContext
Adaptor returned by FutureExt::change_context.
FutureWithLazyAttachment
Adaptor returned by FutureExt::attach_with.
FutureWithLazyContext
Adaptor returned by FutureExt::change_context_lazy.
FutureWithLazyOpaqueAttachment
Adaptor returned by FutureExt::attach_opaque_with.
FutureWithOpaqueAttachment
Adaptor returned by FutureExt::attach_opaque.

Traits§

FutureExt
Extension trait for Future to provide contextual information on Reports.