pub type F32 = Total<f32>;
Expand description

Totally ordered f32 allowing all IEEE-754 floating point values.

Aliased Type§

struct F32 { /* private fields */ }

Trait Implementations§

source§

impl<'de> Deserialize<'de> for F32

source§

fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>

Deserialize this value from the given deserializer.
source§

impl Serialize for F32

source§

fn serialize<S: Serializer>(&self, ser: S) -> Result<S::Ok, S::Error>

Serialize self in the data format of S using the provided serializer.