Type Alias TupleType

Source
pub type TupleType = Vec<Value>;
Expand description

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

Aliased Type§

pub struct TupleType { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Value> for TupleType

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.