Type Alias diesel::helper_types::AtTimeZone
source · pub type AtTimeZone<Lhs, Rhs> = Grouped<AtTimeZone<Lhs, AsExprOf<Rhs, VarChar>>>;
Expand description
The return type of expr.at_time_zone(tz)
Aliased Type§
struct AtTimeZone<Lhs, Rhs>(pub AtTimeZone<Lhs, <Rhs as AsExpression<Text>>::Expression>);
Fields§
§0: AtTimeZone<Lhs, <Rhs as AsExpression<Text>>::Expression>