Type Alias roussillon_type_system::types::sequence::Tuple

source ·
pub type Tuple = Vec<Type>;

Aliased Type§

struct Tuple { /* private fields */ }

Trait Implementations§

source§

impl DataType for Tuple

source§

fn size(&self) -> usize

The allocation size of an element for this DataType at compile time.
source§

fn typename(&self) -> String

The name of this type.
source§

fn construct_from_raw(&self, raw: &[u8]) -> TypeResult<ValueCell>

Construct a new ValueCell.