IsFloat

Trait IsFloat 

Source
pub trait IsFloat { }
Expand description

Trait allowing objects to be implemented for single or double precision floats

Implementations on Foreign Types§

Source§

impl IsFloat for f32

Source§

impl IsFloat for f64

Implementors§