Function get_node_from_label

Source
pub fn get_node_from_label(
    graph: &Graph<String, u8>,
    label: &str,
) -> Option<NodeIndex>