Type Alias diesel::pg::expression::dsl::isempty

source ·
pub type isempty<R, range> = isempty<R, <range as AsExpression<R>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of isempty()

Aliased Type§

struct isempty<R, range> { /* private fields */ }