async_std/pin/
mod.rs

1//! Types that pin data to its location in memory.
2//!
3//! For more documentation see [`std::pin`](https://doc.rust-lang.org/std/pin/index.html).
4
5#[doc(inline)]
6pub use std::pin::Pin;