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