pub trait VectorizedExpand {
// Required method
fn __expand_vector_size_method(&self, scope: &Scope) -> VectorSize;
}Required Methods§
fn __expand_vector_size_method(&self, scope: &Scope) -> VectorSize
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".