pub fn reverse_traverse<N, E, F, Err>(
graph: &StableGraph<N, E>,
callback: F,
) -> Result<(), Err>Expand description
Call the supplied callback for each node in the given graph in reverse topological order.
pub fn reverse_traverse<N, E, F, Err>(
graph: &StableGraph<N, E>,
callback: F,
) -> Result<(), Err>Call the supplied callback for each node in the given graph in reverse topological order.