Type Alias diesel::dsl::NullsFirst

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