execute_with_advanced

Function execute_with_advanced 

Source
pub fn execute_with_advanced<N, E, Ix, T>(
    graph: &Graph<N, E, Ix>,
    operation: impl FnOnce(&Graph<N, E, Ix>) -> Result<T>,
) -> Result<T>
where N: Node, E: EdgeWeight, Ix: IndexType,
Expand description

Execute operation with standard advanced processing