pub trait GetStats {
    fn get_stats(&self) -> GraphStats;
}

Required methods

Implementors