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 */ }