Parents

Type Alias Parents 

Source
pub type Parents<'a, T> = Vec<Option<&'a Vertex<T>>>;

Aliased Typeยง

pub struct Parents<'a, T> { /* private fields */ }