Function get_node_parent

Source
pub fn get_node_parent(
    graph: &Graph<String, u8>,
    node: NodeIndex,
) -> Option<NodeIndex>