Skip to main content

VectorSumExpand

Trait VectorSumExpand 

Source
pub trait VectorSumExpand: CubePrimitiveExpand {
    // Required method
    fn __expand_vector_sum_method(self, scope: &mut Scope) -> Self::Scalar;
}

Required Methods§

Source

fn __expand_vector_sum_method(self, scope: &mut Scope) -> Self::Scalar

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.

Implementors§