datatypes::value

Type Alias OrderedF64

Source
pub type OrderedF64 = OrderedFloat<f64>;

Aliased Type§

struct OrderedF64(pub f64);

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.