pub trait RudaPrimitiveExpand {
type Scalar: Clone + IntoMut + RudaDebug + Assign;
type WithScalar<S: Scalar>: Clone + IntoMut + RudaDebug + Assign;
}Required Associated Types§
type Scalar: Clone + IntoMut + RudaDebug + Assign
type WithScalar<S: Scalar>: Clone + IntoMut + RudaDebug + Assign
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".