Skip to main content

RecordPath

Function RecordPath 

Source
pub fn RecordPath<G>(
    path: &mut Vec<Edge<G>>,
    target: Vertex<G>,
) -> RecordPath<'_, G>
where G: WithEdge,