Type Alias diesel::helper_types::Otherwise

source ·
pub type Otherwise<W, E> = CaseWhen<<W as CaseWhenTypesExtractor>::Whens, ElseExpression<Grouped<AsExprOf<E, <W as CaseWhenTypesExtractor>::OutputExpressionSpecifiedSqlType>>>>;
Expand description

The return type of case_when(...).otherwise(...)

Aliased Type§

struct Otherwise<W, E> { /* private fields */ }