A little note that HRTBs can be used for types too

pull/104/head
Michal 'vorner' Vaner 7 years ago
parent f8a4e96feb
commit d9808cba39
No known key found for this signature in database
GPG Key ID: F700D0C019E4C66F

@ -71,3 +71,6 @@ trait)
*infinite list* of trait bounds that F must satisfy. Intense. There aren't many *infinite list* of trait bounds that F must satisfy. Intense. There aren't many
places outside of the `Fn` traits where we encounter HRTBs, and even for places outside of the `Fn` traits where we encounter HRTBs, and even for
those we have a nice magic sugar for the common cases. those we have a nice magic sugar for the common cases.
Of course, you *can* use HRTBs for type parameters too, not just for lifetimes -
but that's even rarer.

Loading…
Cancel
Save