Modules§
Structs§
- Tracing
Context - Context for tracing used for propagating tracing information in a distributed system.
- With
Instrumented - A [
futures::Stream
] that has been instrumented withInstrumentStream::instrument_with
.
Traits§
- Instrument
Stream - Extension trait allowing [
futures::Stream
]s to be instrumented with a [tracing::Span
].