pub trait SlicePointerExt<T>: PointerExt<[T]> { }Expand description
Extension methods for *const [T]
thin and len_logic are wrappers around _ as *const T and metadata_logic
that also pull in the slice_ptr_ext axiom when used.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.