Struct cargo::util::profile::Profiler [] [src]

pub struct Profiler {
    // some fields omitted
}

Trait Implementations

impl Drop for Profiler
[src]

fn drop(&mut self)

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