Type Alias tuple::A8

source ·
pub type A8<T> = T8<T, T, T, T, T, T, T, T>;

Aliased Type§

struct A8<T>(pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T);

Fields§

§0: T§1: T§2: T§3: T§4: T§5: T§6: T§7: T