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