Skip to main content

CandidateOp

Type Alias CandidateOp 

Source
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.