pub unsafe trait StructuralPinning { }
Expand description

A type which has structural pinning for all of its fields.

Safety

All fields of the implementing type must obey structural pinning. This comes with a detailed set of requirements detailed in the pin module documentation.

Implementors