pub trait GetNodeStateStats {
    fn get_node_state_stats(
        &self,
        nodeid: NodeId,
        stats: &mut NodeStateStats
    ) -> bool; }

Required Methods§

| Get statistics from node state |

Implementors§