pub type isempty<R> = isempty<SqlTypeOf<R>, R>;
Available on crate feature
postgres_backend
only.Expand description
Return type of isempty(range)
Aliased Typeยง
struct isempty<R> { /* private fields */ }
pub type isempty<R> = isempty<SqlTypeOf<R>, R>;
postgres_backend
only.Return type of isempty(range)
struct isempty<R> { /* private fields */ }