Type Alias diesel::dsl::exists

source ·
pub type exists<Expr> = Exists<Expr>;
Expand description

The return type of exists(expr)

Aliased Type§

struct exists<Expr> {
    pub subselect: Subselect<Expr, Bool>,
}

Fields§

§subselect: Subselect<Expr, Bool>

The inner subselect