Trait opentracingrust::ImplContext [] [src]

pub trait ImplContext: Send {
    fn impl_context(&self) -> &Any;
fn clone(&self) -> Box<ImplContext>;
fn reference_span(&mut self, _reference: &SpanReference); }

TODO

Required Methods

TODO

TODO

TODO

Implementors