Expand description
Attach a span to a std::future::Future.
Structs§
- Instrumented
- A Futurethat has been instrumented with atracingSpan.
- WithDispatch 
- A Futurethat has been instrumented with atracingSubscriber.
Traits§
- Instrument
- Attaches spans to a std::future::Future.
- WithSubscriber 
- Extension trait allowing futures to be instrumented with
a tracingSubscriber.