Skip to main content

Stats

Trait Stats 

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

Trait to get ClientStats

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§