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