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