Type Definition evalexpr::TupleType

source ·
pub type TupleType = Vec<Value>;
Expand description

The type used to represent tuples in Value::Tuple.

Trait Implementations§

source§

impl TryFrom<Value> for TupleType

§

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.