logo
pub struct BoxedTracer(_);
Expand description

Wraps the GlobalTracerProvider’s Tracer so it can be used generically by applications without knowing the underlying type.

Trait Implementations

Formats the value using the given formatter. Read more

Global tracer uses BoxedSpans so that it can be a global singleton, which is not possible if it takes generic type parameters.

Create a span from a SpanBuilder

Starts a new Span. Read more

Starts a new Span with a given context. Read more

Creates a span builder. Read more

Start a Span from a SpanBuilder.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Returns a trait object so the underlying implementation can be swapped out at runtime.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.