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

Required Methods§

source

fn get_node_state_stats( &self, nodeid: NodeId, stats: &mut NodeStateStats ) -> bool

| Get statistics from node state |

Implementors§