Type Alias Graph

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

Aliased Typeยง

pub struct Graph<T> { /* private fields */ }