Trait decorum::Encoding [] [src]

pub trait Encoding: Copy + NumCast {
    fn classify(self) -> FpCategory;
fn is_normal(self) -> bool;
fn integer_decode(self) -> (u64, i16, i8); }

Floating-point encoding.

Required Methods

Implementors