Struct syntex_syntax::ast_util::IdVisitor
[−]
[src]
pub struct IdVisitor<'a, O: 'a> { pub operation: &'a mut O, pub visited_outermost: bool, }
A visitor that applies its operation to all of the node IDs in a visitable thing.
Fields
operation | |
visited_outermost |