Trait gpurs::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§