Trait DecodableFloat

pub trait DecodableFloat: FloatExt + Copy

A floating point type which can be decoded.

Required Methods

fn min_pos_norm_value() -> Self

The minimum positive normalized value.

Implementors