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