diesel::helper_types

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 */ }