pub type CandidateOp<N, E, Ix, T> = fn(&Graph<N, E, Ix>) -> Result<T>;Expand description
A candidate implementation of an operation, for
AdvancedProcessor::execute_adaptive’s adaptive selection among
several alternatives.
pub type CandidateOp<N, E, Ix, T> = fn(&Graph<N, E, Ix>) -> Result<T>;A candidate implementation of an operation, for
AdvancedProcessor::execute_adaptive’s adaptive selection among
several alternatives.