Trait oxidd_core::util::IsFloatingPoint
source · pub trait IsFloatingPoint {
const FLOATING_POINT: bool;
}Expand description
Is the underlying type a floating point number?
Required Associated Constants§
sourceconst FLOATING_POINT: bool
const FLOATING_POINT: bool
true iff the underlying type is a floating point number
Object Safety§
This trait is not object safe.