pub type NullsLast<T> = NullsLast<T>;
The return type of expr.nulls_last()
expr.nulls_last()
struct NullsLast<T> { /* private fields */ }