[][src]Module const_linear::traits

Traits

Real

A value which is a scalar value and is also capable of representing real numbers. This trait is sealed, and can not be implemented outside of const_linear.

Scalar

A value which has some sensible notion of arithmetic, a Debug implementation, and is Copy. This trait is sealed, and can not be implemented outside of const_linear.