1
2
3
4
5
6
use super::*;

pub struct MutNodesVisitor<'a, G: Graph> {
    graph: &'a mut G,
    index: usize,
}