pub trait OutputType: Float + Sync + Zero + Unpin + Default + MulAssign + Debug + Display { }
Expand description

This is the floating point output type of the algorithm. f32 or f64.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl OutputType for f32

source§

impl OutputType for f64

Implementors§