[][src]Trait opentracingrust::SpanReferenceAware

pub trait SpanReferenceAware {
    fn reference_span(&mut self, reference: &SpanReference);
}

Trait for structures that want to be wrapped in ImplContextBoxs.

See ImplContext for more information.

Required methods

fn reference_span(&mut self, reference: &SpanReference)

See ImplContext::reference_span

Loading content...

Implementors

Loading content...