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