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