pub type coalesce<x, y, z> = coalesce<<x as AsExpression<Nullable<VarChar>>>::Expression, <y as AsExpression<Nullable<VarChar>>>::Expression, <z as AsExpression<VarChar>>::Expression>;
Expand description
The return type of coalesce()
Aliased Typeยง
struct coalesce<x, y, z> { /* private fields */ }