pub type TupleIndex<T, const INDEX: usize> = <T as IndexableTuple<INDEX>>::Value;Expand description
Get the type at a given index of tuple T.
pub type TupleIndex<T, const INDEX: usize> = <T as IndexableTuple<INDEX>>::Value;Get the type at a given index of tuple T.