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