pub type isempty<range> = isempty<<range as Expression>::SqlType, range>;Available on crate feature
postgres_backend only.Expand description
Return type of the isempty() SQL function.
Aliased Typeยง
pub struct isempty<range> { /* private fields */ }