Function fera::graph::algs::paths::RecordPath

source ·
pub fn RecordPath<G>(
    path: &mut Vec<<G as WithEdge>::Edge, Global>,
    target: <G as WithVertex>::Vertex
) -> RecordPath<'_, G>where
    G: WithEdge,