pub const fn for_sized_ptr<A, B>() -> SameLayout<*const A, *const B>
Expand description
A proof that sized pointers have same layout as any other sized pointer.
pub const fn for_sized_ptr<A, B>() -> SameLayout<*const A, *const B>
A proof that sized pointers have same layout as any other sized pointer.