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