[−][src]Trait antlr_rust::tree::VisitChildren
Workaround for default recursive children visiting
Already blanket implemented for all visitors.
To override it you would need to implement ParseTreeVisitor::visit_children
Implementors
impl<'input, Node, T: ?Sized> VisitChildren<'input, Node> for T where
Node: ParserNodeType<'input>,
T: ParseTreeVisitor<'input, Node>,
Node::Type: VisitableDyn<T>,
[src]
Node: ParserNodeType<'input>,
T: ParseTreeVisitor<'input, Node>,
Node::Type: VisitableDyn<T>,