pinning

Tag

Cards List
#pinning

What is `std::pin::Pin` in Rust?

Lobsters Hottest · 2026-06-29 Cached

Explains the `std::pin::Pin` type in Rust, why pinning is needed for self-referential types like async state machines, and how `Pin` prevents moves while allowing safe mutation.

0 favorites 0 likes
← Back to home

Submit Feedback