pub type F64 = Total<f64>;
Expand description

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

Aliased Type§

struct F64 { /* private fields */ }

Trait Implementations§

source§

impl<'de> Deserialize<'de> for F64

source§

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

Deserialize this value from the given deserializer.
source§

impl Serialize for F64

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.