2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-25 21:59:40 +00:00
async-std/src/pin.rs

5 lines
90 B
Rust
Raw Normal View History

//! Types that pin data to its location in memory.
#[doc(inline)]
pub use std::pin::Pin;