TupleIndex

Type Alias TupleIndex 

Source
pub type TupleIndex<T, const INDEX: usize> = <T as IndexableTuple<INDEX>>::Value;
Expand description

Get the type at a given index of tuple T.