HasCounter

Trait HasCounter 

Source
pub trait HasCounter {
    // Required method
    fn ctr_start(&self) -> Counter;
}

Required Methods§

Implementors§