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