Type Alias tuple::A3

source ·
pub type A3<T> = T3<T, T, T>;

Aliased Type§

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

Fields§

§0: T§1: T§2: T