pub type NullsFirst<T> = NullsFirst<T>;
Available on crate feature
postgres_backend
only.Expand description
The return type of expr.nulls_first()
Aliased Typeยง
struct NullsFirst<T> { /* private fields */ }
pub type NullsFirst<T> = NullsFirst<T>;
postgres_backend
only.The return type of expr.nulls_first()
struct NullsFirst<T> { /* private fields */ }