pub trait Stats { // Required method fn stats(&self) -> ClientStats; }
Trait to get ClientStats
ClientStats