tracing
0.2.0
Module instrument
Structs
Traits
In crate tracing
Module
tracing
::
instrument
Copy item path
source
·
[
−
]
Expand description
Attach a span to a
std::future::Future
.
Structs
§
Instrumented
A
Future
that has been instrumented with a
tracing
Span
.
Traits
§
Instrument
Attaches spans to a [
std::future::Future
].