File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,18 @@ bracketed set of associable items.
50
50
The nominal type is called the _ implementing type_ and the associable items are
51
51
the _ associated items_ to the implementing type.
52
52
53
- Inherent implementations associate the contained items to the implementing type.
54
- The path to an associated item is: any path to the implementing type followed by
55
- the associate item's path component. Inherent implementations cannot contain
56
- associated type aliases.
53
+ Inherent implementations associate the contained items to the
54
+ implementing type. Inherent implementations can contain [ associated
55
+ functions] (including methods), [ associated types] , and [ associated
56
+ constants] . They cannot contain associated type aliases.
57
+
58
+ [ associated functions ] : associated-items.html#associated-functions-and-methods
59
+ [ associated types ] : associated-items.html#associated-types
60
+ [ associated constants ] : associated-items.html#associated-constants
61
+
62
+ The path to an associated item is: any path to the implementing type,
63
+ followed by the path to the associate item within the inherent
64
+ implementation.
57
65
58
66
Note that the path to the module containing the inherent
59
67
implementation does not allow access to the associate item, unless the
You can’t perform that action at this time.
0 commit comments