Type Alias NullsFirst

Source
pub type NullsFirst<T> = NullsFirst<T>;
Expand description

The return type of expr.nulls_first()

Aliased Typeยง

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