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