Skip to main content

ScalarParams

Trait ScalarParams 

Source
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".

Implementors§

Source§

impl<T> ScalarParams for T
where T: RawParams<Elem = T>,