delete

Function delete 

Source
pub fn delete<P, G>(graph: &mut G)
Expand description

Completely removes the nodes returned by graph.cemetery() from a Graph that implements the GraphInterface trait.