pub trait SimdCast: Sealed + SimdElement { }
🔬This is a nightly-only experimental API. (
portable_simd
#86656)Expand description
Supporting trait for Simd::cast
. Typically doesn’t need to be used directly.
Object Safety§
This trait is not object safe.