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 atracingSubscriber. 
Traits§
- Instrument
 - Attaches spans to a 
std::future::Future. - With
Subscriber std - Extension trait allowing futures to be instrumented with
a 
tracingSubscriber.