We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af52207 commit dc6eb78Copy full SHA for dc6eb78
src/doc/trpl/structs.md
@@ -196,3 +196,5 @@ useful. For instance, a library may ask you to create a structure that
196
implements a certain [trait][trait] to handle events. If you don’t have
197
any data you need to store in the structure, you can just create a
198
unit-like struct.
199
+
200
+[trait]: traits.html
0 commit comments