mod.rs - source (original) (raw)
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;
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;