Skip to main content

AwcRequestTracingExt

Trait AwcRequestTracingExt 

Source
pub trait AwcRequestTracingExt {
    // Required method
    fn with_sentry_tracing(self) -> Self;
}
Expand description

Adds Sentry trace headers to outgoing awc requests.

Required Methods§

Source

fn with_sentry_tracing(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AwcRequestTracingExt for ClientRequest

Implementors§