pub trait FractionInteger:
Integer
+ FromPrimitive
+ Copy { }Expand description
An integer type that can be used as the inner type of Fraction.
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.