pub type NodeVec<'id, NodeType, E> = Vec<(GraphPtr<'id, NodeType>, E)>;
pub struct NodeVec<'id, NodeType, E> { /* private fields */ }