pub trait MetaSized: PointeeSized { }
🔬This is a nightly-only experimental API. (
sized_hierarchy
)Expand description
Types with a size that can be determined from pointer metadata.
pub trait MetaSized: PointeeSized { }
sized_hierarchy
)Types with a size that can be determined from pointer metadata.