trpl: fix link from Structs to Traits

This commit is contained in:
Alex Burka 2015-05-14 14:20:24 -04:00
parent af522079a2
commit dc6eb7839c

View file

@ -196,3 +196,5 @@ useful. For instance, a library may ask you to create a structure that
implements a certain [trait][trait] to handle events. If you dont have
any data you need to store in the structure, you can just create a
unit-like struct.
[trait]: traits.html