Type Definition diesel::dsl::AsExpr [−][src]
pub type AsExpr<Item, TargetExpr> = AsExprOf<Item, SqlTypeOf<TargetExpr>>;
Expand description
The type of Item
when converted to an expression with the same type as TargetExpr
pub type AsExpr<Item, TargetExpr> = AsExprOf<Item, SqlTypeOf<TargetExpr>>;
The type of Item
when converted to an expression with the same type as TargetExpr