Struct crude_profiler::Guard [] [src]

pub struct Guard {}

A Guard causes a task to end when it is dropped.

Trait Implementations

impl Drop for Guard
[src]

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