Skip to main content

NullsLast

Type Alias NullsLast 

Source
pub type NullsLast<T> = NullsLast<T>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

The return type of expr.nulls_last()

Aliased Typeยง

pub struct NullsLast<T> { /* private fields */ }