pub trait PointerLike { }
🔬This is a nightly-only experimental API. (
pointer_like_trait
)Expand description
A marker for pointer-like types.
This trait can only be implemented for types that have the same size and alignment
as a usize
or *const ()
.