pub trait GetStats {
    fn get_stats(&self) -> Result<GraphStats, Error>;
}

Required Methods

Implementors