diesel::helper_types

Type Alias isempty

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