Struct opentracingrust::tracers::FileTracer [] [src]

pub struct FileTracer { /* fields omitted */ }

TODO

Methods

impl FileTracer
[src]

[src]

TODO

[src]

TODO

Trait Implementations

impl TracerInterface for FileTracer
[src]

[src]

Extract a span context from a text map or HTTP headers.

Note that the binary extraction format is not supported by FileTracer.

[src]

Inject the span context into a text map or HTTP headers.

Note that the binary injection format is not supported by FileTracer.

[src]

TODO