Skip to main content

DotExpand

Trait DotExpand 

Source
pub trait DotExpand: RudaPrimitiveExpand {
    // Required method
    fn __expand_dot_method(self, scope: &mut Scope, rhs: Self) -> Self::Scalar;
}

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§