type Combine<T> = Combine<T, Late>;Aliased Type§
struct Combine<T>(PhantomData<(Late, T)>, ThinVec<<T as CombineAttributeParser<Late>>::Item>);Tuple Fields§
§0: PhantomData<(Late, T)>§1: ThinVec<<T as CombineAttributeParser<Late>>::Item>Layout§
Note: Encountered an error during type layout; the type failed to be normalized.