async_std::pin - Rust (original) (raw)

async_std

Module pin

Source

Available on unstable only.

Expand description

Types that pin data to its location in memory.

For more documentation see std::pin.

Structs§

Pin

A pointer which pins its pointee in place.