Module test_span::prelude[][src]

Re-exports

pub use crate::get_all_logs;
pub use crate::get_logs_for_root;
pub use crate::get_spans_for_root;
pub use crate::get_telemetry_for_root;

Structs

Describes the level of verbosity of a span or event.

Enums

Traits

Attaches spans to a std::future::Future.

Extension trait allowing futures, streams, and sinks to be instrumented with a tracing Subscriber.

Extension trait adding utility methods for subscriber initialization.

Extension trait adding combinators for working with types implementing MakeWriter.

A composable handler for tracing events.

Extension trait adding a with(Layer) combinator to Subscribers.

Extension trait providing MakeVisitor combinators.

Extension trait implemented by types which can be recorded by a visitor.

Attribute Macros