Trait opentracingrust::SpanReferenceAware [] [src]

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

See ImplContext::reference_span

Implementors