Trait webidl_utils::extend::ExtendFloatingPointType

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

Extension methods for floating point types

Required Methods§

source

fn unrestricted(&self) -> Option<Unrestricted>

Implementations on Foreign Types§

source§

impl ExtendFloatingPointType for DoubleType

source§

fn unrestricted(&self) -> Option<Unrestricted>

source§

impl ExtendFloatingPointType for FloatType

source§

fn unrestricted(&self) -> Option<Unrestricted>

source§

impl ExtendFloatingPointType for FloatingPointType

source§

fn unrestricted(&self) -> Option<Unrestricted>

Implementors§