ScalarParams

Trait ScalarParams 

Source
pub trait ScalarParams: Sized + RawParams<Elem = Self> { }
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", so this trait is not object safe.

Implementors§

Source§

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