Struct log_mdc::ExtendGuard [] [src]

pub struct ExtendGuard(_);

A guard objects which restores MDC entries when dropped.

Trait Implementations

impl Drop for ExtendGuard
[src]

A method called when the value goes out of scope. Read more