pub type ProjectionKind = ProjectionElem<(), ()>;
Expand description

Alias for projections as they appear in UserTypeProjection, where we need neither the V parameter for Index nor the T for Field.