mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-25 21:59:40 +00:00
5 lines
90 B
Rust
5 lines
90 B
Rust
|
//! Types that pin data to its location in memory.
|
||
|
|
||
|
#[doc(inline)]
|
||
|
pub use std::pin::Pin;
|