Stats

Trait Stats 

Source
pub trait Stats {
    // Required method
    fn stats(&self) -> ClientStats;
}
Expand description

Trait to get ClientStats

Required Methods§

Implementors§