async_std::pin - Rust (original) (raw)
Module pin
Available on unstable
only.
Expand description
Types that pin data to its location in memory.
For more documentation see std::pin.
Structs§
A pointer which pins its pointee in place.
Available on unstable
only.
Expand description
Types that pin data to its location in memory.
For more documentation see std::pin.
A pointer which pins its pointee in place.