pub trait MagnitudeExpand: RudaPrimitiveExpand {
// Required method
fn __expand_magnitude_method(self, scope: &mut Scope) -> Self::Scalar;
}Required Methods§
fn __expand_magnitude_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".