Skip to main content

AbsExpand

Trait AbsExpand 

Source
pub trait AbsExpand: CubePrimitiveExpand {
    type AbsElem: Scalar;
    type AbsOut;

    // Required method
    fn __expand_abs_method(self, scope: &mut Scope) -> Self::AbsOut;
}

Required Associated Types§

Required Methods§

Source

fn __expand_abs_method(self, scope: &mut Scope) -> Self::AbsOut

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§