pub trait ReducePrecision: 'static {
type EI: Numeric;
type SI: Size;
type EA: Numeric;
}Expand description
Precision used for the reduction.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".