pub fn visit_explain_analyze_property<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast ExplainAnalyzeProperty, )where V: Visit<'ast, T> + ?Sized,