pub type VecGraph<T> = GenericGraph<RootVec<'static, T>, T>;
pub struct VecGraph<T> { /* private fields */ }