Crate primitive_from

Source

Traitsยง

PrimitiveFrom
A generic interface for casting between machine scalars with the as operator, which admits narrowing and precision loss. Implementers of this trait PrimitiveFrom should behave like a primitive numeric type (e.g. a newtype around another primitive), and the intended conversion must never fail.