Struct time_test::TestTimer [] [src]

pub struct TestTimer(_, _);

TestTimer allows to easily time tests. It's recommended to use the time_test!() macro.

Methods

impl TestTimer
[src]

[src]

Trait Implementations

impl Drop for TestTimer
[src]

[src]

Executes the destructor for this type. Read more