Support HRTB and various fixes
Added
- Allow lifetime
for<'a, ...>bounds in non-bounded generic parameters.
Changed
- Use the
Copyimplementation forCloneand theOrdimplementation for
PartialOrdwhen custom bounds are present.
Fixed
- Support skipping only some variants with
ZeroizeOnDrop. - Only generate single call to
zeroize()withZeroizeOnDropon multiple
fields or variants.