Struct opentracingrust::SpanContext [] [src]

pub struct SpanContext { /* fields omitted */ }

TODO

IDEA: Separate the SpanContext into a tracer specific ImplContext and a set of common features shared by all tracer implementations.

The ImplContext uses the std::any::Any features to define a generic wrapper for implementation specific code.

Methods

impl SpanContext
[src]

[src]

TODO

impl SpanContext
[src]

[src]

TODO

[src]

TODO

[src]

TODO

[src]

TODO

[src]

TODO

Trait Implementations

impl Clone for SpanContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpanContext
[src]

[src]

Formats the value using the given formatter.