flux_middle::rty

Type Alias PolyProjectionPredicate

Source
pub type PolyProjectionPredicate = Binder<ProjectionPredicate>;

Aliased Type§

struct PolyProjectionPredicate {
    vars: Interned<[BoundVariableKind]>,
    value: ProjectionPredicate,
}

Fields§

§vars: Interned<[BoundVariableKind]>§value: ProjectionPredicate

Implementations§