Skip to main content

SolveWitnessFn

Type Alias SolveWitnessFn 

Source
pub type SolveWitnessFn = fn(&dyn Any) -> Option<(Vec<usize>, String)>;
Expand description

Function pointer type for brute-force witness solve dispatch.