Type Alias evalexpr::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

§

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.