pub type Parents<'a, T> = Vec<Option<&'a Vertex<T>>>;
pub struct Parents<'a, T> { /* private fields */ }