pub trait ScalarParams: RawParams<Elem = Self> + Sized { }Expand description
The ScalarParams is a marker trait automatically implemented for
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".