trait Thin = Pointee<Metadata = ()> + PointeeSized;
🔬This is a nightly-only experimental API. (
ptr_metadata
#81513)Available on crate feature
ferrocene_certified
only.Expand description
Pointers to types implementing this trait alias are “thin”.
This includes statically-Sized
types and extern
types.