pub type PolyProjectionPredicate = Binder<ProjectionPredicate>;
Aliased Type§
struct PolyProjectionPredicate {
vars: Interned<[BoundVariableKind]>,
value: ProjectionPredicate,
}
Fields§
§vars: Interned<[BoundVariableKind]>
§value: ProjectionPredicate