rs_graph::classes
pub fn path<'a, G>(m: usize) -> G where G: Graph<'a> + Buildable,
Returns a path with m edges.
m
The path is directed if G is a digraph.