Skip to main content

find_step_target

Function find_step_target 

Source
fn find_step_target(
    arena: &[DebugNode],
    current_node_index: usize,
    current_step: usize,
    matches: impl FnMut(&DebugNode, &CallTraceStep) -> bool,
) -> Option<StepTarget>