Type Alias tuple::A2

source ·
pub type A2<T> = T2<T, T>;

Aliased Type§

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

Fields§

§0: T§1: T