Trait FindPruningCounts

Source
pub trait FindPruningCounts {
    // Required method
    fn find_pruning_counts_exp(
        &mut self,
        src: NodeId,
        dst: NodeId,
    ) -> Result<(i32, i32, i32), BetweennessCentralityError>;
}

Required Methods§

Implementors§