Skip to main content

all_simple_paths

Function all_simple_paths 

Source
pub fn all_simple_paths<G>(
    graph: G,
    from: G::NodeId,
    to: G::NodeId,
) -> impl Iterator<Item = Vec<G::NodeId>>