Struct log_mdc::InsertGuard [] [src]

pub struct InsertGuard {
    // some fields omitted
}

A guard object which restores an MDC entry when dropped.

Trait Implementations

impl Drop for InsertGuard
[src]

fn drop(&mut self)

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