isempty

Type Alias isempty 

Source
pub type isempty<range> = isempty<<range as Expression>::SqlType, range>;
Expand description

Return type of the isempty() SQL function.

Aliased Typeยง

pub struct isempty<range> { /* private fields */ }