[][src]Trait vec_utils::Tuple

pub trait Tuple: Seal { }

A specialized const-list for emulating varaidic generics

To overload what elements can go in this tuple, please use the TupleElem trait

This is a sealed trait that is not meant to be extended

Implementations on Foreign Types

impl<A: TupleElem> Tuple for (A,)[src]

impl<A: TupleElem, T: Tuple> Tuple for (A, T)[src]

Loading content...

Implementors

Loading content...