pub trait GetNodesStats {
    fn get_nodes_stats(&mut self, stats: &mut NodesStats) -> bool;
}

Required Methods§

| Get stats for connected nodes. |

Implementors§