Type Definition evalexpr::IntType

source ·
pub type IntType = i64;
Expand description

The type used to represent integers in Value::Int.

Trait Implementations§

source§

impl TryFrom<Value> for IntType

§

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.