[][src]Type Definition dynamic_graph::VecGraph

type VecGraph<T> = GenericGraph<Vec<NonNull<T>>, T>;