pub type exists<Expr> = Exists<Expr>;
The return type of exists(expr)
exists(expr)
struct exists<Expr> { pub subselect: Subselect<Expr, Bool>, }
subselect: Subselect<Expr, Bool>
The inner subselect