OrderedF64

Type Alias OrderedF64 

Source
pub type OrderedF64 = OrderedFloat<f64>;

Aliased Type§

#[repr(transparent)]
pub struct OrderedF64(pub f64);

Tuple Fields§

§0: f64

Trait Implementations§

Source§

impl TryFrom<Value> for OrderedF64

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(from: Value) -> Result<Self, Self::Error>

Performs the conversion.