🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

tracing

Module instrument

Source
Expand description

Attach a span to a std::future::Future.

Structs§

Instrumented
A Future that has been instrumented with a tracing Span.
WithDispatchstd
A Future that has been instrumented with a tracing collector.

Traits§

Instrument
Attaches spans to a std::future::Future.
WithCollectorstd
Extension trait allowing futures to be instrumented with a tracing collector.