pub unsafe trait PlaceMove<P>: PlaceRead<P>where
P: Projection + ?Sized,{ }Expand description
Allows moving a value out of a subplace. This uses PlaceRead::read to read
the value.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".