Type Alias PolyProjectionPredicate

pub type PolyProjectionPredicate<'db> = Binder<DbInterner<'db>, ProjectionPredicate<DbInterner<'db>>>;

Aliased Typeยง

pub struct PolyProjectionPredicate<'db> { /* private fields */ }