Expand description
The outlives relation T: 'a
or 'a: 'b
. This code frequently
refers to rules defined in RFC 1214 (OutlivesFooBar
), so see that
RFC for reference.
Enums§
Functions§
- Collect Components for all the args of
parent
. - Push onto
out
all the things that must outlive'a
for the conditionty0: 'a
to hold. Note thatty0
must be a fully resolved type.