FloatType

Type Alias FloatType 

Source
pub type FloatType = f64;
Expand description

The type used to represent floats in Value::Float.

Trait Implementations§

Source§

impl TryFrom<Value> for FloatType

Source§

type Error = EvalexprError

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

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

Performs the conversion.