pub trait DynVisitor: Visitor { // Required method fn dyn_visit(&self, node: &mut dyn NodeTrait) -> VisitResult; }