Struct zipkin::tracer::CurrentGuard [] [src]

pub struct CurrentGuard { /* fields omitted */ }

A guard object for the thread-local current trace context.

It will restore the previous trace context when it drops.

Trait Implementations

impl Drop for CurrentGuard
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for CurrentGuard

impl !Sync for CurrentGuard