[][src]Trait testmark::Timer

pub trait Timer {
    fn new(name: &'static str) -> Self;
fn name(&self) -> &'static str; }

Required methods

fn new(name: &'static str) -> Self

fn name(&self) -> &'static str

Loading content...

Implementors

impl Timer for Testmark[src]

Loading content...