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.