NullsFirst

Type Alias NullsFirst 

Source
pub type NullsFirst<T> = NullsFirst<T>;
Available on crate features postgres_backend and sqlite only.
Expand description

The return type of expr.nulls_first()

Aliased Typeยง

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