Expand description
Attach a span to a std::future::Future.
Structs§
- Instrumented
- A
Futurethat has been instrumented with atracingSpan. - With
Dispatch std - A
Futurethat has been instrumented with atracingcollector.
Traits§
- Instrument
- Attaches spans to a
std::future::Future. - With
Collector std - Extension trait allowing futures to be instrumented with
a
tracingcollector.