Struct hprof::ProfileGuard [] [src]

pub struct ProfileGuard<'a>(_);

A "guard" for calling Profiler::leave when it is destroyed.

Trait Implementations

impl<'a> Drop for ProfileGuard<'a>
[src]

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