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;