pub trait PointeeSized { }🔬This is a nightly-only experimental API. (
sized_hierarchy #144404)Expand description
Types that may or may not have a size.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".