isempty

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ยง

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