Module pin

Source

Macros§

pin
Constructs a Pin<&mut T>, by pinning a value: T locally.

Structs§

Pin
A pointer which pins its pointee in place.

Traits§

PinCoerceUnsizedExperimental
Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee when it is pinned.