pub trait PlaceWrapper {
type Inner: ?Sized;
}Expand description
Wrap a place, exposing some of its subplaces.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".