Trait ExtendFloatingPointType

Source
pub trait ExtendFloatingPointType {
    // Required method
    fn unrestricted(&self) -> Option<Unrestricted>;
}
Expand description

Extension methods for floating point types

Required Methods§

Implementations on Foreign Types§

Source§

impl ExtendFloatingPointType for FloatingPointType

Source§

impl ExtendFloatingPointType for DoubleType

Source§

impl ExtendFloatingPointType for FloatType

Implementors§