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