Type Definition rustpather::Graph [] [src]

type Graph<T> = HashMap<T, Vec<Edge<T>>>;