Struct opentelemetry::sdk::propagation::TraceContextPropagator[][src]

pub struct TraceContextPropagator { /* fields omitted */ }
This is supported on crate feature trace only.
Expand description

Propagates SpanContexts in W3C TraceContext format.

Implementations

Create a new TraceContextPropagator.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Properly encodes the values of the SpanContext and injects them into the Injector.

Retrieves encoded SpanContexts using the Extractor. It decodes the SpanContext and returns it. If no SpanContext was retrieved OR if the retrieved SpanContext is invalid then an empty SpanContext is returned.

Returns iter of fields used by TextMapPropagator Read more

Properly encodes the values of the current Context and injects them into the Injector. Read more

Retrieves encoded data using the provided Extractor. If no data for this format was retrieved OR if the retrieved data is invalid, then the current Context is returned. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.