IntType

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

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.