We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Row.name
1 parent c079c96 commit 2f14d0aCopy full SHA for 2f14d0a
src/librustdoc/html/static/js/rustdoc.d.ts
@@ -219,6 +219,8 @@ declare namespace rustdoc {
219
crate: string,
220
descShard: SearchDescShard,
221
id: number,
222
+ // This is the name of the item. For doc aliases, if you want the name of the aliased
223
+ // item, take a look at `Row.original.name`.
224
name: string,
225
normalizedName: string,
226
word: string,
0 commit comments