Type Alias tuple::A1

source ·
pub type A1<T> = T1<T>;

Aliased Type§

struct A1<T>(pub T);

Fields§

§0: T