2019-09-16 13:03:34 +00:00
|
|
|
//! Types that pin data to its location in memory.
|
2019-09-16 20:34:11 +00:00
|
|
|
//!
|
|
|
|
//! For more documentation see [`std::pin`](https://doc.rust-lang.org/std/pin/index.html).
|
2019-09-16 13:03:34 +00:00
|
|
|
|
|
|
|
#[doc(inline)]
|
|
|
|
pub use std::pin::Pin;
|