pub trait Float32Ext { // Required methods fn _trunc(&self) -> usize; fn _round(&self) -> usize; }
Truncate to usize.
Round to usize.