ended6월 30일· 1 sources

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

Why it matters

What is std::pin::Pin in Rust? std::pin::Pin is a pointer wrapper that represents the guarantee that the pointee will not be moved through that pointer. Why is it required? The need for pinning arises...

1
Sources
+0
24h
Growth
83d
Active

Sources

Related Issues