Module sync
pin_
weak
0.0.1
Module sync
Module Items
Re-exports
Structs
In crate pin_
weak
Modules
rc
sync
pin_weak
Module
sync
Copy item path
Settings
Help
Summary
Source
Re-exports
§
pub use alloc::sync::
Arc
;
pub use alloc::sync::
Weak
;
pub use core::pin::
Pin
;
Structs
§
PinWeak
This is a safe wrapper around something that could be compared to
Pin
<
Weak<T>
>