Trait near_o11y::context::WithSpanContextExt

source ·
pub trait WithSpanContextExt: Message {
    // Provided method
    fn with_span_context(self) -> WithSpanContext<Self>
       where Self: Sized { ... }
}
Expand description

Allows easily attaching the current span’s context to a Message.

Provided Methods§

source

fn with_span_context(self) -> WithSpanContext<Self>
where Self: Sized,

Implementors§