datatypes::value

Type Alias OrderedF32

Source
pub type OrderedF32 = OrderedFloat<f32>;

Aliased Type§

struct OrderedF32(pub f32);

Fields§

§0: f32

Trait Implementations§

Source§

impl TryFrom<Value> for OrderedF32

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.