Type Alias diesel::helper_types::NullsFirst
source · pub type NullsFirst<T> = NullsFirst<T>;
Expand description
The return type of expr.nulls_first()
Aliased Type§
struct NullsFirst<T> { /* private fields */ }
pub type NullsFirst<T> = NullsFirst<T>;
The return type of expr.nulls_first()
struct NullsFirst<T> { /* private fields */ }