Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
async-std
/
src
/
pin
/
mod.rs
blob: b0824575f3fc3ce2f657f910a6bfa3c6d8460665 [
file
] [
log
] [
blame
] [
edit
]
//! Types that pin data to its location in memory.
//!
//! For more documentation see [`std::pin`](https://doc.rust-lang.org/std/pin/index.html).
#[
doc
(
inline
)]
pub
use
std
::
pin
::
Pin
;