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