Trait petgraph::visit::Revisitable [] [src]

pub trait Revisitable: Visitable {
    fn reset_map(&self, &mut Self::Map);
}

A graph that can reset and resize its visitor map.

Required Methods

fn reset_map(&self, &mut Self::Map)

Implementors