Skip to main content

find_step_in_current_node

Function find_step_in_current_node 

Source
fn find_step_in_current_node(
    node: &DebugNode,
    current_step: usize,
    matches: &mut impl FnMut(&DebugNode, &CallTraceStep) -> bool,
) -> Option<usize>