[][src]Type Definition gsgdt::AdjList

type AdjList<'a> = HashMap<&'a str, Vec<&'a str>>;