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
Implementors
impl<N, E, Ty, Ix> Revisitable for Graph<N, E, Ty, Ix> where Ty: EdgeType, Ix: IndexType
impl<'a, G> Revisitable for Reversed<&'a G> where G: Revisitable
impl<N, E> Revisitable for GraphMap<N, E> where N: Copy + Ord + Hash