Expand description
Attach a span to a std::future::Future
.
Structs§
- Instrumented
- A
Future
that has been instrumented with atracing
Span
. - With
Dispatch - A
Future
that has been instrumented with atracing
Subscriber
.
Traits§
- Instrument
- Attaches spans to a [
std::future::Future
]. - With
Subscriber - Extension trait allowing futures to be instrumented with
a
tracing
Subscriber
.