Trait p25::stats::HasStats [] [src]

pub trait HasStats {
    fn stats(&mut self) -> &mut Stats;
}

Indicates that a type captures statistics.

Required Methods

Retrieve captured statistics.

Implementors