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