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.
1 parent 79ca060 commit 12e883fCopy full SHA for 12e883f
src/items/implementations.md
@@ -55,8 +55,8 @@ implementing type. Inherent implementations can contain [associated
55
functions] (including methods) and [associated constants]. They cannot
56
contain associated type aliases.
57
58
-The [path] to an associated item has the following structure: any path
59
-to the implementing type, followed by the type path to the associate item
+The [path] to an associated item is any path
+to the implementing type, followed by the associated item's identifier as the final path component.
60
within the inherent implementation.
61
62
A type can also have multiple inherent implementations. An implementing type
0 commit comments