Function fera_graph::algs::paths::RecordPath [] [src]

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