PrimFloat

Trait PrimFloat 

Source
pub trait PrimFloat { }
Expand description

A trait that represents all the Rust primivive floating point types.

A good alternative is Float trait in crate num_traits.

Implementations on Foreign Types§

Source§

impl PrimFloat for f32

Source§

impl PrimFloat for f64

Implementors§