Module tracing::instrument [−][src]
Expand description
Attach a span to a std::future::Future.
Structs
A future that has been instrumented with a tracing span.
A future that has been instrumented with a tracing subscriber.
Traits
Attaches spans to a std::future::Future.
Extension trait allowing futures to be instrumented with
a tracing Subscriber.