Type Alias GetFieldType4

Source
pub type GetFieldType4<This, FieldPath, FieldPath2, FieldPath3, FieldPath4> = GetFieldType2<GetFieldType2<This, FieldPath, FieldPath2>, FieldPath3, FieldPath4>;
Expand description

Queries the type of a quadruple nested field (eg:.a.b.c.d).

Example usage: GetFieldType4<T,FP!(foo),FP!(bar),FP!(baz),FP!(boom)>