Struct log_mdc::InsertGuard [] [src]

pub struct InsertGuard { /* fields omitted */ }

A guard object which restores an MDC entry when dropped.

Trait Implementations

impl Drop for InsertGuard
[src]

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