forked from mirror/async-std
4 lines
90 B
Rust
4 lines
90 B
Rust
//! Types that pin data to its location in memory.
|
|
|
|
#[doc(inline)]
|
|
pub use std::pin::Pin;
|