Struct PhantomPinned
1.33.0 · Source
pub struct PhantomPinned;Expand description
A marker type which does not implement Unpin.
If a type contains a PhantomPinned, it will not implement Unpin by default.
PhantomPinned in std::marker - Rust
1.33.0 · Source
pub struct PhantomPinned;A marker type which does not implement Unpin.
If a type contains a PhantomPinned, it will not implement Unpin by default.