Module instrument
tracing
0.2.0
Module instrument
Structs
Traits
In crate tracing
Modules
collect
dispatch
event
field
instrument
level_filters
span
Macros
debug
debug_span
enabled
error
error_span
event
event_enabled
info
info_span
span
span_enabled
trace
trace_span
warn
warn_span
Structs
Dispatch
Event
Level
Metadata
Span
Traits
Collect
Instrument
Value
Attribute Macros
instrument
?
Settings
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
].