pub unsafe auto trait UnsafeUnpin { }๐ฌThis is a nightly-only experimental API. (
unsafe_unpin #125735)Expand description
Implementorsยง
impl !UnsafeUnpin for PhantomPinned
Available on non-crate feature
ferrocene_subset only.impl<T> !UnsafeUnpin for UnsafePinned<T>where
T: ?Sized,
Available on non-crate feature
ferrocene_subset only.