Type Alias BoundExistentialPredicate
pub type BoundExistentialPredicate<'db> = Binder<DbInterner<'db>, ExistentialPredicate<DbInterner<'db>>>;Aliased Typeยง
pub struct BoundExistentialPredicate<'db> { /* private fields */ }